xorg/xorg-libpixman/Pkgfile
2009-09-29 13:42:33 +02:00

21 lines
473 B
Plaintext

# Description: Pixel manipulation library
# URL: http://xorg.freedesktop.org
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
name=xorg-libpixman
version=0.16.2
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 --mandir=/usr/man
make
make DESTDIR=$PKG install
}