diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-29 14:33:24 +0200 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-29 14:33:24 +0200 |
commit | 1fd13a0d651aa095bbacb18f01e6490ca48e59c4 (patch) | |
tree | b4fe416e0e808dc20a297c0daf0f124fa3b7bea1 /kde/xbindkeys/Pkgfile | |
parent | d2054350c574b9fc6656e8c76e38a57c9fdb9786 (diff) | |
download | nutyx-pakxe-1fd13a0d651aa095bbacb18f01e6490ca48e59c4.tar.gz nutyx-pakxe-1fd13a0d651aa095bbacb18f01e6490ca48e59c4.tar.bz2 nutyx-pakxe-1fd13a0d651aa095bbacb18f01e6490ca48e59c4.tar.xz nutyx-pakxe-1fd13a0d651aa095bbacb18f01e6490ca48e59c4.zip |
Ajout de xbindkeys#1.8.2-1
Diffstat (limited to 'kde/xbindkeys/Pkgfile')
-rwxr-xr-x | kde/xbindkeys/Pkgfile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/kde/xbindkeys/Pkgfile b/kde/xbindkeys/Pkgfile new file mode 100755 index 000000000..c853189a0 --- /dev/null +++ b/kde/xbindkeys/Pkgfile @@ -0,0 +1,18 @@ +# Description: configurateur de touches (multimédia et autres) + +# URL: http://hocwp.free.fr/xbindkeys/xbindkeys.html +# Maintainer: NuTyX packager team +# Packager: lesibel at free dot fr +# Depends on: libtool + +name=xbindkeys +version=1.8.2 +release=1 +source=(http://hocwp.free.fr/xbindkeys/$name-$version.tar.gz) + +build() { +cd $name-$version +./configure --prefix=/usr --sysconfdir=/etc +make +make DESTDIR=$PKG install +} |