summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-libxkbui/Pkgfile
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-10-27 21:49:10 +0100
committerThierry N <thierryn1 at hispeed dot ch>2009-10-27 21:49:10 +0100
commit96344d66b78ad389465cd6957d445fc61dde64c6 (patch)
tree0c61cc509dfc18adf40fc30725474fdccd7e926c /xorg/xorg-libxkbui/Pkgfile
parent402e42a1be11eedc3e3e72ed70a379211039d4f9 (diff)
downloadnutyx-extra-96344d66b78ad389465cd6957d445fc61dde64c6.tar.gz
nutyx-extra-96344d66b78ad389465cd6957d445fc61dde64c6.tar.bz2
nutyx-extra-96344d66b78ad389465cd6957d445fc61dde64c6.tar.xz
nutyx-extra-96344d66b78ad389465cd6957d445fc61dde64c6.zip
Ajout de xorg-libxkbui#1.0.2-1
Diffstat (limited to 'xorg/xorg-libxkbui/Pkgfile')
-rw-r--r--xorg/xorg-libxkbui/Pkgfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/xorg/xorg-libxkbui/Pkgfile b/xorg/xorg-libxkbui/Pkgfile
new file mode 100644
index 000000000..013d78272
--- /dev/null
+++ b/xorg/xorg-libxkbui/Pkgfile
@@ -0,0 +1,18 @@
+# Description: xorg lib libxkbui
+# URL: http://xorg.freedesktop.org
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+# Depends on: xorg-libx11, xorg-libxt, xorg-libxkbfile
+
+name=xorg-libxkbui
+version=1.0.2
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/lib/libxkbui-$version.tar.bz2)
+
+build() {
+ cd libxkbui-$version
+
+ ./configure --prefix=/usr
+
+ make
+ make DESTDIR=$PKG install
+}