summaryrefslogtreecommitdiffstats
path: root/extra/xorg-libxext/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 17:37:39 +0200
committertnut <tnut at nutyx dot com>2011-10-15 17:37:39 +0200
commit8e5e43a4e9a784d9b70d8f4b9577f31db7f0fa75 (patch)
tree1728f5ce852781bce1a05ff82e34516bb22afedc /extra/xorg-libxext/Pkgfile
parentefea7ec247a3411ac84656a7effc29d77b8327ab (diff)
downloadnutyx-pakxe-8e5e43a4e9a784d9b70d8f4b9577f31db7f0fa75.tar.gz
nutyx-pakxe-8e5e43a4e9a784d9b70d8f4b9577f31db7f0fa75.tar.bz2
nutyx-pakxe-8e5e43a4e9a784d9b70d8f4b9577f31db7f0fa75.tar.xz
nutyx-pakxe-8e5e43a4e9a784d9b70d8f4b9577f31db7f0fa75.zip
xorg-libxext dans extra
Diffstat (limited to 'extra/xorg-libxext/Pkgfile')
-rw-r--r--extra/xorg-libxext/Pkgfile21
1 files changed, 21 insertions, 0 deletions
diff --git a/extra/xorg-libxext/Pkgfile b/extra/xorg-libxext/Pkgfile
new file mode 100644
index 000000000..14b61ef16
--- /dev/null
+++ b/extra/xorg-libxext/Pkgfile
@@ -0,0 +1,21 @@
+# Description: Common X extensions client library
+# URL: http://xorg.freedesktop.org
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: xorg-xproto, xorg-libx11, xorg-xextproto, xorg-libxau
+# Run on: xorg-libx11,xorg-libxau
+
+name=xorg-libxext
+version=1.3.0
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/lib/libXext-$version.tar.bz2)
+
+build() {
+ cd libXext-$version
+
+ ./configure $XORG_CONFIG
+
+ make
+ make DESTDIR=$PKG install
+ rm -rf $PKG/usr/share/doc
+}