diff options
author | tnut <tnut at nutyx dot com> | 2011-10-15 15:50:38 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-10-15 15:50:38 +0200 |
commit | 8f9aa192f04c0b172fc97510779f2266960bc1f1 (patch) | |
tree | 58c4d5aa1253e7f0d9162fc4417ce5f100ec20bd /extra/xorg-libpixman/Pkgfile | |
parent | 6296964f281438ae442ba5bf48e363f5d8064cef (diff) | |
download | nutyx-extra-8f9aa192f04c0b172fc97510779f2266960bc1f1.tar.gz nutyx-extra-8f9aa192f04c0b172fc97510779f2266960bc1f1.tar.bz2 nutyx-extra-8f9aa192f04c0b172fc97510779f2266960bc1f1.tar.xz nutyx-extra-8f9aa192f04c0b172fc97510779f2266960bc1f1.zip |
xorg-libpixman dans extra
Diffstat (limited to 'extra/xorg-libpixman/Pkgfile')
-rw-r--r-- | extra/xorg-libpixman/Pkgfile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/extra/xorg-libpixman/Pkgfile b/extra/xorg-libpixman/Pkgfile new file mode 100644 index 000000000..45517a478 --- /dev/null +++ b/extra/xorg-libpixman/Pkgfile @@ -0,0 +1,21 @@ +# Description: Librairie pour la manipulation des pixels +# URL: http://xorg.freedesktop.org +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch + +name=xorg-libpixman +version=0.21.6 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/lib/pixman-$version.tar.bz2) + +build() { + cd pixman-$version + + # don't build test programs + sed -i -e 's/^SUBDIRS = pixman test/SUBDIRS = pixman/' Makefile.in + + ./configure --prefix=/usr + + make + make DESTDIR=$PKG install +} |