summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-02-20 14:13:33 +0100
committertnut <thierryn1 at hispeed dot ch>2011-02-20 14:13:33 +0100
commit1cd625a77504e76346f6ad7c15ca9e6e0f5feeb8 (patch)
tree682cd1f827d68865f4548e2b2cd89eb7dc387b10
parentbca564fc20ec4a0e0a93f4339d96f1e41e4eb08c (diff)
downloadnutyx-pakxe-1cd625a77504e76346f6ad7c15ca9e6e0f5feeb8.tar.gz
nutyx-pakxe-1cd625a77504e76346f6ad7c15ca9e6e0f5feeb8.tar.bz2
nutyx-pakxe-1cd625a77504e76346f6ad7c15ca9e6e0f5feeb8.tar.xz
nutyx-pakxe-1cd625a77504e76346f6ad7c15ca9e6e0f5feeb8.zip
xorg-printproto, maj 1.0.5-1
-rw-r--r--xorg/xorg-printproto/.md5sum.i6862
-rw-r--r--xorg/xorg-printproto/.md5sum.x86_642
-rwxr-xr-xxorg/xorg-printproto/Pkgfile12
3 files changed, 6 insertions, 10 deletions
diff --git a/xorg/xorg-printproto/.md5sum.i686 b/xorg/xorg-printproto/.md5sum.i686
index 6d211d60b..6131d2a66 100644
--- a/xorg/xorg-printproto/.md5sum.i686
+++ b/xorg/xorg-printproto/.md5sum.i686
@@ -1 +1 @@
-7321847a60748b4d2f1fa16db4b6ede8 printproto-1.0.4.tar.bz2
+99d0e25feea2fead7d8325b7000b41c3 printproto-1.0.5.tar.bz2
diff --git a/xorg/xorg-printproto/.md5sum.x86_64 b/xorg/xorg-printproto/.md5sum.x86_64
index 6d211d60b..6131d2a66 100644
--- a/xorg/xorg-printproto/.md5sum.x86_64
+++ b/xorg/xorg-printproto/.md5sum.x86_64
@@ -1 +1 @@
-7321847a60748b4d2f1fa16db4b6ede8 printproto-1.0.4.tar.bz2
+99d0e25feea2fead7d8325b7000b41c3 printproto-1.0.5.tar.bz2
diff --git a/xorg/xorg-printproto/Pkgfile b/xorg/xorg-printproto/Pkgfile
index e29ea5376..7ddb229ff 100755
--- a/xorg/xorg-printproto/Pkgfile
+++ b/xorg/xorg-printproto/Pkgfile
@@ -1,21 +1,17 @@
-# Description: paquet d'entete pour Xorg 7
+# Description: paquet d'entête pour Xorg
# URL: http://xorg.freedesktop.org
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
-# Depends on:
-# Run on:
name=xorg-printproto
-version=1.0.4
+version=1.0.5
release=1
source=(http://xorg.freedesktop.org/releases/individual/proto/printproto-$version.tar.bz2)
-
-
build() {
cd printproto-$version
- ./configure --prefix=/usr
+ ./configure $XORG_CONFIG
make
make DESTDIR=$PKG install
- rm -rf $PKG/usr/share
+ rm -rf $PKG/$XORG_PREFIX/share
}