summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-libxres
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-03-11 18:15:59 +0100
committertnut <thierryn1 at hispeed dot ch>2011-03-11 18:15:59 +0100
commita86fa6d5d3721aa61ea0af43e9aa2b54b718301b (patch)
treefd8559c679d01808789bd6b6dfd971cd2195edca /xorg/xorg-libxres
parenta3ffc215161e4f9d96d8c66be8856391619bc855 (diff)
downloadnutyx-extra-a86fa6d5d3721aa61ea0af43e9aa2b54b718301b.tar.gz
nutyx-extra-a86fa6d5d3721aa61ea0af43e9aa2b54b718301b.tar.bz2
nutyx-extra-a86fa6d5d3721aa61ea0af43e9aa2b54b718301b.tar.xz
nutyx-extra-a86fa6d5d3721aa61ea0af43e9aa2b54b718301b.zip
xorg-libxres, maj 1.0.5-1
Diffstat (limited to 'xorg/xorg-libxres')
-rw-r--r--xorg/xorg-libxres/.md5sum.i6862
-rw-r--r--xorg/xorg-libxres/.md5sum.x86_642
-rw-r--r--xorg/xorg-libxres/Pkgfile6
3 files changed, 4 insertions, 6 deletions
diff --git a/xorg/xorg-libxres/.md5sum.i686 b/xorg/xorg-libxres/.md5sum.i686
index 553f988a6..641bb40bd 100644
--- a/xorg/xorg-libxres/.md5sum.i686
+++ b/xorg/xorg-libxres/.md5sum.i686
@@ -1 +1 @@
-4daf91f93d924e693f6f6ed276791be2 libXres-1.0.4.tar.bz2
+d08f0b6df3f96c051637d37009f4e55a libXres-1.0.5.tar.bz2
diff --git a/xorg/xorg-libxres/.md5sum.x86_64 b/xorg/xorg-libxres/.md5sum.x86_64
index 553f988a6..641bb40bd 100644
--- a/xorg/xorg-libxres/.md5sum.x86_64
+++ b/xorg/xorg-libxres/.md5sum.x86_64
@@ -1 +1 @@
-4daf91f93d924e693f6f6ed276791be2 libXres-1.0.4.tar.bz2
+d08f0b6df3f96c051637d37009f4e55a libXres-1.0.5.tar.bz2
diff --git a/xorg/xorg-libxres/Pkgfile b/xorg/xorg-libxres/Pkgfile
index 7571c9d2f..c68f62996 100644
--- a/xorg/xorg-libxres/Pkgfile
+++ b/xorg/xorg-libxres/Pkgfile
@@ -6,15 +6,13 @@
# Run on: xorg-libx11,xorg-libxext
name=xorg-libxres
-version=1.0.4
+version=1.0.5
release=1
source=(http://xorg.freedesktop.org/releases/individual/lib/libXres-$version.tar.bz2)
build() {
cd libXres-$version
-
- ./configure --prefix=/usr
-
+ ./configure $XORG_CONFIG
make
make DESTDIR=$PKG install
}