summaryrefslogtreecommitdiffstats
path: root/extra/xorg-liboldx/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 17:37:38 +0200
committertnut <tnut at nutyx dot com>2011-10-15 17:37:38 +0200
commit83797eee691de7bcba582673b0bacc5ce2ccccc2 (patch)
treef56438df2b8391b343f80c9a2acffc10106a4a05 /extra/xorg-liboldx/Pkgfile
parentc053e90fcf890786a33657d74df625aab54129e2 (diff)
downloadnutyx-extra-83797eee691de7bcba582673b0bacc5ce2ccccc2.tar.gz
nutyx-extra-83797eee691de7bcba582673b0bacc5ce2ccccc2.tar.bz2
nutyx-extra-83797eee691de7bcba582673b0bacc5ce2ccccc2.tar.xz
nutyx-extra-83797eee691de7bcba582673b0bacc5ce2ccccc2.zip
xorg-liboldx dans extra
Diffstat (limited to 'extra/xorg-liboldx/Pkgfile')
-rw-r--r--extra/xorg-liboldx/Pkgfile20
1 files changed, 20 insertions, 0 deletions
diff --git a/extra/xorg-liboldx/Pkgfile b/extra/xorg-liboldx/Pkgfile
new file mode 100644
index 000000000..d3fb52737
--- /dev/null
+++ b/extra/xorg-liboldx/Pkgfile
@@ -0,0 +1,20 @@
+# Description: xorg lib liboldX
+# URL: http://xorg.freedesktop.org
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: xorg-libx11
+# Run on: xorg-libx11
+
+name=xorg-liboldx
+version=1.0.1
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/lib/liboldX-$version.tar.bz2)
+
+build() {
+ cd liboldX-$version
+
+ ./configure $XORG_CONFIG
+
+ make
+ make DESTDIR=$PKG install
+}