summaryrefslogtreecommitdiffstats
path: root/kde/xbindkeys
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
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')
-rw-r--r--kde/xbindkeys/.footprint9
-rw-r--r--kde/xbindkeys/.md5sum1
-rwxr-xr-xkde/xbindkeys/Pkgfile18
3 files changed, 28 insertions, 0 deletions
diff --git a/kde/xbindkeys/.footprint b/kde/xbindkeys/.footprint
new file mode 100644
index 000000000..97fae22fb
--- /dev/null
+++ b/kde/xbindkeys/.footprint
@@ -0,0 +1,9 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/xbindkeys
+-rwxr-xr-x root/root usr/bin/xbindkeys_show
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/xbindkeys.1.gz
+-rw-r--r-- root/root usr/share/man/man1/xbindkeys_show.1.gz
diff --git a/kde/xbindkeys/.md5sum b/kde/xbindkeys/.md5sum
new file mode 100644
index 000000000..c966cd429
--- /dev/null
+++ b/kde/xbindkeys/.md5sum
@@ -0,0 +1 @@
+ad1abd56e758bc108493ad0e5b862ad3 xbindkeys-1.8.2.tar.gz
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
+}