summaryrefslogtreecommitdiffstats
path: root/xorg-libpixman/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2011-11-11 22:52:22 +0100
committerpiernov <piernov@piernov.org>2011-11-11 22:52:22 +0100
commit41c02c29047a1e64f76013da0d6777b50595a363 (patch)
tree1cf67de91ebcc8769b4add0132a98eb149175c67 /xorg-libpixman/Pkgfile
parent583fc42ddc4214e901db552eaf1778359b00d774 (diff)
downloadgnome3-41c02c29047a1e64f76013da0d6777b50595a363.tar.gz
gnome3-41c02c29047a1e64f76013da0d6777b50595a363.tar.bz2
gnome3-41c02c29047a1e64f76013da0d6777b50595a363.tar.xz
gnome3-41c02c29047a1e64f76013da0d6777b50595a363.zip
xorg-libpixman dans extra
Diffstat (limited to 'xorg-libpixman/Pkgfile')
-rw-r--r--xorg-libpixman/Pkgfile21
1 files changed, 0 insertions, 21 deletions
diff --git a/xorg-libpixman/Pkgfile b/xorg-libpixman/Pkgfile
deleted file mode 100644
index d0f1711..0000000
--- a/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.23.8
-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
-}