summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-libpixman/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'xorg/xorg-libpixman/Pkgfile')
-rw-r--r--xorg/xorg-libpixman/Pkgfile21
1 files changed, 0 insertions, 21 deletions
diff --git a/xorg/xorg-libpixman/Pkgfile b/xorg/xorg-libpixman/Pkgfile
deleted file mode 100644
index 45517a478..000000000
--- a/xorg/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
-}