summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-libxinerama/Pkgfile
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-10-27 21:48:17 +0100
committerThierry N <thierryn1 at hispeed dot ch>2009-10-27 21:48:17 +0100
commitb6336c52dd65e0a85f0d57256dfd354c9ff64dd7 (patch)
tree818aa81328b6e25ddfc0f857fd398d8f8a92bb6f /xorg/xorg-libxinerama/Pkgfile
parent4f3b5c5658ce0760a0f5b9c3c325c8c5c3f534db (diff)
downloadnutyx-pakxe-b6336c52dd65e0a85f0d57256dfd354c9ff64dd7.tar.gz
nutyx-pakxe-b6336c52dd65e0a85f0d57256dfd354c9ff64dd7.tar.bz2
nutyx-pakxe-b6336c52dd65e0a85f0d57256dfd354c9ff64dd7.tar.xz
nutyx-pakxe-b6336c52dd65e0a85f0d57256dfd354c9ff64dd7.zip
Ajout de xorg-libxinerama#1.0.3-1
Diffstat (limited to 'xorg/xorg-libxinerama/Pkgfile')
-rw-r--r--xorg/xorg-libxinerama/Pkgfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/xorg/xorg-libxinerama/Pkgfile b/xorg/xorg-libxinerama/Pkgfile
new file mode 100644
index 000000000..390a638c5
--- /dev/null
+++ b/xorg/xorg-libxinerama/Pkgfile
@@ -0,0 +1,18 @@
+# Description: X Xinerama client library
+# URL: http://xorg.freedesktop.org
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+# Depends on: xorg-libx11, xorg-xextproto, xorg-libxext, xorg-xineramaproto
+
+name=xorg-libxinerama
+version=1.0.3
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/lib/libXinerama-$version.tar.bz2)
+
+build() {
+ cd libXinerama-$version
+
+ ./configure --prefix=/usr --mandir=/usr/man
+
+ make
+ make DESTDIR=$PKG install
+}