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 /base/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 'base/xorg-libpixman/Pkgfile')
-rw-r--r-- | base/xorg-libpixman/Pkgfile | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/base/xorg-libpixman/Pkgfile b/base/xorg-libpixman/Pkgfile deleted file mode 100644 index 45517a478..000000000 --- a/base/xorg-libpixman/Pkgfile +++ /dev/null @@ -1,21 +0,0 @@ -# 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 -} |