summaryrefslogtreecommitdiffstats
path: root/extra/xorg-libxres/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 17:37:41 +0200
committertnut <tnut at nutyx dot com>2011-10-15 17:37:41 +0200
commitb3a246e6621774447d1c540002be6382b9208fa9 (patch)
tree8482bcda8b088f39aced65ac8f756a75f8d7d719 /extra/xorg-libxres/Pkgfile
parent785168dba4931323e7d6153abd5d8638ef90585f (diff)
downloadnutyx-extra-b3a246e6621774447d1c540002be6382b9208fa9.tar.gz
nutyx-extra-b3a246e6621774447d1c540002be6382b9208fa9.tar.bz2
nutyx-extra-b3a246e6621774447d1c540002be6382b9208fa9.tar.xz
nutyx-extra-b3a246e6621774447d1c540002be6382b9208fa9.zip
xorg-libxres dans extra
Diffstat (limited to 'extra/xorg-libxres/Pkgfile')
-rw-r--r--extra/xorg-libxres/Pkgfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/extra/xorg-libxres/Pkgfile b/extra/xorg-libxres/Pkgfile
new file mode 100644
index 000000000..c68f62996
--- /dev/null
+++ b/extra/xorg-libxres/Pkgfile
@@ -0,0 +1,18 @@
+# Description: X Resource extension client library
+# URL: http://xorg.freedesktop.org
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: xorg-libx11, xorg-libxext, xorg-resourceproto
+# Run on: xorg-libx11,xorg-libxext
+
+name=xorg-libxres
+version=1.0.5
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/lib/libXres-$version.tar.bz2)
+
+build() {
+ cd libXres-$version
+ ./configure $XORG_CONFIG
+ make
+ make DESTDIR=$PKG install
+}