summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-libxfixes/Pkgfile
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-10-27 21:46:17 +0100
committerThierry N <thierryn1 at hispeed dot ch>2009-10-27 21:46:17 +0100
commit35199f37bc19043757f4cfdba4bf41f795a1fd97 (patch)
tree434c89414b5b0042483b881d952c9d891d7abfcd /xorg/xorg-libxfixes/Pkgfile
parent86b0a87cacfda2b5695ef59fa9544c2db24ca6ac (diff)
downloadnutyx-pakxe-35199f37bc19043757f4cfdba4bf41f795a1fd97.tar.gz
nutyx-pakxe-35199f37bc19043757f4cfdba4bf41f795a1fd97.tar.bz2
nutyx-pakxe-35199f37bc19043757f4cfdba4bf41f795a1fd97.tar.xz
nutyx-pakxe-35199f37bc19043757f4cfdba4bf41f795a1fd97.zip
Ajout de xorg-libxfixes#4.0.3-1
Diffstat (limited to 'xorg/xorg-libxfixes/Pkgfile')
-rw-r--r--xorg/xorg-libxfixes/Pkgfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/xorg/xorg-libxfixes/Pkgfile b/xorg/xorg-libxfixes/Pkgfile
new file mode 100644
index 000000000..993407a06
--- /dev/null
+++ b/xorg/xorg-libxfixes/Pkgfile
@@ -0,0 +1,18 @@
+# Description: X Fixes extension client library
+# URL: http://xorg.freedesktop.org
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+# Depends on: xorg-libx11, xorg-xproto, xorg-fixesproto, xorg-xextproto
+
+name=xorg-libxfixes
+version=4.0.3
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/lib/libXfixes-$version.tar.bz2)
+
+build() {
+ cd libXfixes-$version
+
+ ./configure --prefix=/usr --mandir=/usr/man
+
+ make
+ make DESTDIR=$PKG install
+}