From 4ac5ba9cb333bd70fb64102b329b31db3feed17b Mon Sep 17 00:00:00 2001 From: Thierry N Date: Tue, 27 Oct 2009 21:40:37 +0100 Subject: Ajout de xorg-libx11#1.2.2-1 --- xorg/xorg-libx11/Pkgfile | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 xorg/xorg-libx11/Pkgfile (limited to 'xorg/xorg-libx11/Pkgfile') 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 +} -- cgit v1.2.3-54-g00ecf