summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-libpixman/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2009-12-13 20:42:17 +0100
committertnut <thierryn1 at hispeed dot ch>2009-12-13 20:42:17 +0100
commitcd9b362984d0b3e9715988233fb4ca75e8990473 (patch)
treef454da3bc7f6d2c5db3f27c611c1a4813cf94353 /xorg/xorg-libpixman/Pkgfile
parent10e8742432b0622658e994ce59c0d3df0ca46d7d (diff)
downloadnutyx-extra-cd9b362984d0b3e9715988233fb4ca75e8990473.tar.gz
nutyx-extra-cd9b362984d0b3e9715988233fb4ca75e8990473.tar.bz2
nutyx-extra-cd9b362984d0b3e9715988233fb4ca75e8990473.tar.xz
nutyx-extra-cd9b362984d0b3e9715988233fb4ca75e8990473.zip
Maj xorg-libpixman#0.17.2-1
Diffstat (limited to 'xorg/xorg-libpixman/Pkgfile')
-rw-r--r--xorg/xorg-libpixman/Pkgfile9
1 files changed, 5 insertions, 4 deletions
diff --git a/xorg/xorg-libpixman/Pkgfile b/xorg/xorg-libpixman/Pkgfile
index c6126e18b..e09cf30fd 100644
--- a/xorg/xorg-libpixman/Pkgfile
+++ b/xorg/xorg-libpixman/Pkgfile
@@ -1,9 +1,10 @@
-# Description: Pixel manipulation library
+# Description: Librairie pour la manipulation des pixels
# URL: http://xorg.freedesktop.org
-# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
name=xorg-libpixman
-version=0.16.2
+version=0.17.2
release=1
source=(http://xorg.freedesktop.org/releases/individual/lib/pixman-$version.tar.bz2)
@@ -13,7 +14,7 @@ build() {
# don't build test programs
sed -i -e 's/^SUBDIRS = pixman test/SUBDIRS = pixman/' Makefile.in
- ./configure --prefix=/usr --mandir=/usr/man
+ ./configure --prefix=/usr
make
make DESTDIR=$PKG install