summaryrefslogtreecommitdiffstats
path: root/extra/xorg-libxp/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
commitfacea5c9de5fdf1df703578511ecb180f8c772c3 (patch)
treeeb126b425264b9230e43cc9355310da416a39ad3 /extra/xorg-libxp/Pkgfile
parent1644491e0bff1ed15980409b4f4704e9473def96 (diff)
downloadnutyx-extra-facea5c9de5fdf1df703578511ecb180f8c772c3.tar.gz
nutyx-extra-facea5c9de5fdf1df703578511ecb180f8c772c3.tar.bz2
nutyx-extra-facea5c9de5fdf1df703578511ecb180f8c772c3.tar.xz
nutyx-extra-facea5c9de5fdf1df703578511ecb180f8c772c3.zip
xorg-libxp dans extra
Diffstat (limited to 'extra/xorg-libxp/Pkgfile')
-rw-r--r--extra/xorg-libxp/Pkgfile20
1 files changed, 20 insertions, 0 deletions
diff --git a/extra/xorg-libxp/Pkgfile b/extra/xorg-libxp/Pkgfile
new file mode 100644
index 000000000..9aa2f7489
--- /dev/null
+++ b/extra/xorg-libxp/Pkgfile
@@ -0,0 +1,20 @@
+# Description: Librairie pour Xorg 7
+# URL: http://xorg.freedesktop.org
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: xorg-printproto, xorg-libx11, xorg-libxext
+# Run on: xorg-libx11,xorg-libxext
+
+name=xorg-libxp
+version=1.0.1
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/lib/libXp-$version.tar.bz2)
+
+
+build() {
+ cd libXp-$version
+ ./configure $XORG_CONFIG
+ make
+ make DESTDIR=$PKG install
+}
+