2016-02-24 01:27:23 +01:00
|
|
|
# Description: Le paquet keybinder2 contient une bibliothèque d'utilitaires pour la gestion globale des raccourcis clavier de X.
|
|
|
|
# URL: http://pcmanfm.sourceforge.net/
|
|
|
|
# Maintainer: git.lxde.org/gitweb/?p=debian/libfm.git;a=summary
|
|
|
|
# Packager: geantbrun at gmail dot com
|
2016-03-12 00:09:47 +01:00
|
|
|
# Depends on: gtk2 gobject-introspection python-gtk
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
|
|
name=keybinder2
|
|
|
|
version=0.3.0
|
|
|
|
release=2
|
|
|
|
|
|
|
|
source=(http://ftp.osuosl.org/pub/blfs/conglomeration/keybinder/keybinder-$version.tar.gz)
|
|
|
|
|
|
|
|
build() {
|
|
|
|
cd keybinder-$version
|
|
|
|
./configure --prefix=/usr --disable-lua
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|