summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-libxcomposite/Pkgfile
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-10-27 21:42:40 +0100
committerThierry N <thierryn1 at hispeed dot ch>2009-10-27 21:42:40 +0100
commit1263af00a1455d0eb1d326fe3fb8f915fa22b629 (patch)
tree4c05c30149057f2d1647f9180751ce993f00a23e /xorg/xorg-libxcomposite/Pkgfile
parentf942edf74c3d56866855f3d50f73b0c35cc518dd (diff)
downloadnutyx-pakxe-1263af00a1455d0eb1d326fe3fb8f915fa22b629.tar.gz
nutyx-pakxe-1263af00a1455d0eb1d326fe3fb8f915fa22b629.tar.bz2
nutyx-pakxe-1263af00a1455d0eb1d326fe3fb8f915fa22b629.tar.xz
nutyx-pakxe-1263af00a1455d0eb1d326fe3fb8f915fa22b629.zip
Ajout de xorg-libxcomposite#0.4.0-1
Diffstat (limited to 'xorg/xorg-libxcomposite/Pkgfile')
-rw-r--r--xorg/xorg-libxcomposite/Pkgfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/xorg/xorg-libxcomposite/Pkgfile b/xorg/xorg-libxcomposite/Pkgfile
new file mode 100644
index 000000000..8fc2f63e5
--- /dev/null
+++ b/xorg/xorg-libxcomposite/Pkgfile
@@ -0,0 +1,18 @@
+# Description: X Composite extension client library
+# URL: http://xorg.freedesktop.org
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+# Depends on: xorg-libx11, xorg-fixesproto, xorg-libxfixes xorg-libxext, xorg-compositeproto
+
+name=xorg-libxcomposite
+version=0.4.0
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/lib/libXcomposite-$version.tar.bz2)
+
+build() {
+ cd libXcomposite-$version
+
+ ./configure --prefix=/usr --mandir=/usr/man
+
+ make
+ make DESTDIR=$PKG install
+}