summaryrefslogtreecommitdiffstats
path: root/extra/xorg-xkbcomp/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 17:37:44 +0200
committertnut <tnut at nutyx dot com>2011-10-15 17:37:44 +0200
commitc3e7b3f2f242230de5a443001d89818d536864b0 (patch)
tree73f48fb776630bf058d03e4efe2f039e749755b6 /extra/xorg-xkbcomp/Pkgfile
parent2abcdb8813f2e0c53dc89a85c320fdbeecf0a837 (diff)
downloadnutyx-pakxe-c3e7b3f2f242230de5a443001d89818d536864b0.tar.gz
nutyx-pakxe-c3e7b3f2f242230de5a443001d89818d536864b0.tar.bz2
nutyx-pakxe-c3e7b3f2f242230de5a443001d89818d536864b0.tar.xz
nutyx-pakxe-c3e7b3f2f242230de5a443001d89818d536864b0.zip
xorg-xkbcomp dans extra
Diffstat (limited to 'extra/xorg-xkbcomp/Pkgfile')
-rw-r--r--extra/xorg-xkbcomp/Pkgfile20
1 files changed, 20 insertions, 0 deletions
diff --git a/extra/xorg-xkbcomp/Pkgfile b/extra/xorg-xkbcomp/Pkgfile
new file mode 100644
index 000000000..e12c9827f
--- /dev/null
+++ b/extra/xorg-xkbcomp/Pkgfile
@@ -0,0 +1,20 @@
+# Description: xorg XKB keyboard description compiler
+# URL: http://xorg.freedesktop.org
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: xorg-libx11, xorg-libxkbfile
+# Run on: xorg-libx11,xorg-libxkbfile
+
+name=xorg-xkbcomp
+version=1.2.3
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/app/xkbcomp-$version.tar.bz2)
+
+build() {
+ cd xkbcomp-$version
+
+ ./configure $XORG_CONFIG
+
+ make
+ make DESTDIR=$PKG install
+}