summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-libx11/Pkgfile
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-10-27 21:40:37 +0100
committerThierry N <thierryn1 at hispeed dot ch>2009-10-27 21:40:37 +0100
commit4ac5ba9cb333bd70fb64102b329b31db3feed17b (patch)
tree83310aa71376d3d892d87567e4c3fdf768612f1c /xorg/xorg-libx11/Pkgfile
parent5eb49f3a19f5678ce4ef5ee5b608cd9c6a24b309 (diff)
downloadnutyx-pakxe-4ac5ba9cb333bd70fb64102b329b31db3feed17b.tar.gz
nutyx-pakxe-4ac5ba9cb333bd70fb64102b329b31db3feed17b.tar.bz2
nutyx-pakxe-4ac5ba9cb333bd70fb64102b329b31db3feed17b.tar.xz
nutyx-pakxe-4ac5ba9cb333bd70fb64102b329b31db3feed17b.zip
Ajout de xorg-libx11#1.2.2-1
Diffstat (limited to 'xorg/xorg-libx11/Pkgfile')
-rw-r--r--xorg/xorg-libx11/Pkgfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/xorg/xorg-libx11/Pkgfile b/xorg/xorg-libx11/Pkgfile
new file mode 100644
index 000000000..a1fbf51f2
--- /dev/null
+++ b/xorg/xorg-libx11/Pkgfile
@@ -0,0 +1,18 @@
+# Description: X client library
+# URL: http://xorg.freedesktop.org
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+# Depends on: xorg-libxcb, xorg-xf86bigfontproto, xorg-xextproto, xorg-xtrans, xorg-kbproto, xorg-inputproto
+
+name=xorg-libx11
+version=1.2.2
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/lib/libX11-$version.tar.bz2)
+
+build() {
+ cd libX11-$version
+
+ ./configure --prefix=/usr --mandir=/usr/man
+
+ make
+ make DESTDIR=$PKG install
+}