summaryrefslogtreecommitdiffstats
path: root/kde/xbindkeys/Pkgfile
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-29 14:33:24 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-29 14:33:24 +0200
commit1fd13a0d651aa095bbacb18f01e6490ca48e59c4 (patch)
treeb4fe416e0e808dc20a297c0daf0f124fa3b7bea1 /kde/xbindkeys/Pkgfile
parentd2054350c574b9fc6656e8c76e38a57c9fdb9786 (diff)
downloadnutyx-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-xkde/xbindkeys/Pkgfile18
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
+}