summaryrefslogtreecommitdiffstats
path: root/xorg
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-10-27 23:04:21 +0100
committerThierry N <thierryn1 at hispeed dot ch>2009-10-27 23:04:21 +0100
commitb5f5063c52f78fd5555124a680bac7658318314d (patch)
tree45d5775519366798e5142643787532f13f9d00e9 /xorg
parent86a7b444499114129bafb81ae9611912e942a753 (diff)
downloadnutyx-pakxe-b5f5063c52f78fd5555124a680bac7658318314d.tar.gz
nutyx-pakxe-b5f5063c52f78fd5555124a680bac7658318314d.tar.bz2
nutyx-pakxe-b5f5063c52f78fd5555124a680bac7658318314d.tar.xz
nutyx-pakxe-b5f5063c52f78fd5555124a680bac7658318314d.zip
Ajout de xorg-xkbcomp#1.1.0-1
Diffstat (limited to 'xorg')
-rw-r--r--xorg/xorg-xkbcomp/.footprint6
-rw-r--r--xorg/xorg-xkbcomp/.md5sum1
-rw-r--r--xorg/xorg-xkbcomp/Pkgfile18
3 files changed, 25 insertions, 0 deletions
diff --git a/xorg/xorg-xkbcomp/.footprint b/xorg/xorg-xkbcomp/.footprint
new file mode 100644
index 000000000..5b376a246
--- /dev/null
+++ b/xorg/xorg-xkbcomp/.footprint
@@ -0,0 +1,6 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/xkbcomp
+drwxr-xr-x root/root usr/man/
+drwxr-xr-x root/root usr/man/man1/
+-rw-r--r-- root/root usr/man/man1/xkbcomp.1.gz
diff --git a/xorg/xorg-xkbcomp/.md5sum b/xorg/xorg-xkbcomp/.md5sum
new file mode 100644
index 000000000..d0a9e3ef2
--- /dev/null
+++ b/xorg/xorg-xkbcomp/.md5sum
@@ -0,0 +1 @@
+362380be3b3bed56c9ce45622eafc2c9 xkbcomp-1.1.0.tar.bz2
diff --git a/xorg/xorg-xkbcomp/Pkgfile b/xorg/xorg-xkbcomp/Pkgfile
new file mode 100644
index 000000000..ee15838b6
--- /dev/null
+++ b/xorg/xorg-xkbcomp/Pkgfile
@@ -0,0 +1,18 @@
+# Description: xorg XKB keyboard description compiler
+# URL: http://xorg.freedesktop.org
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+# Depends on: xorg-libx11, xorg-libxkbfile
+
+name=xorg-xkbcomp
+version=1.1.0
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/app/xkbcomp-$version.tar.bz2)
+
+build() {
+ cd xkbcomp-$version
+
+ ./configure --prefix=/usr --mandir=/usr/man
+
+ make
+ make DESTDIR=$PKG install
+}