summaryrefslogtreecommitdiffstats
path: root/extra/xorg-libxfixes/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 17:37:40 +0200
committertnut <tnut at nutyx dot com>2011-10-15 17:37:40 +0200
commitaa8ab3423972178f601029e91c6edcda5aa08ea8 (patch)
tree42677eebbf67287bd967840f4e8f4d292b28870f /extra/xorg-libxfixes/Pkgfile
parent8e5e43a4e9a784d9b70d8f4b9577f31db7f0fa75 (diff)
downloadnutyx-extra-aa8ab3423972178f601029e91c6edcda5aa08ea8.tar.gz
nutyx-extra-aa8ab3423972178f601029e91c6edcda5aa08ea8.tar.bz2
nutyx-extra-aa8ab3423972178f601029e91c6edcda5aa08ea8.tar.xz
nutyx-extra-aa8ab3423972178f601029e91c6edcda5aa08ea8.zip
xorg-libxfixes dans extra
Diffstat (limited to 'extra/xorg-libxfixes/Pkgfile')
-rw-r--r--extra/xorg-libxfixes/Pkgfile20
1 files changed, 20 insertions, 0 deletions
diff --git a/extra/xorg-libxfixes/Pkgfile b/extra/xorg-libxfixes/Pkgfile
new file mode 100644
index 000000000..4a01f6ed3
--- /dev/null
+++ b/extra/xorg-libxfixes/Pkgfile
@@ -0,0 +1,20 @@
+# Description: X Fixes extension client library
+# URL: http://xorg.freedesktop.org
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: xorg-libx11, xorg-xproto, xorg-fixesproto, xorg-xextproto
+# Run on: xorg-libx11
+
+name=xorg-libxfixes
+version=5.0
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/lib/libXfixes-$version.tar.bz2)
+
+build() {
+ cd libXfixes-$version
+
+ ./configure $XORG_CONFIG
+
+ make
+ make DESTDIR=$PKG install
+}