xorg/xorg-libpixman/Pkgfile
2012-07-16 01:28:18 +10:00

21 lines
475 B
Plaintext

# Description: Pixel manipulation library
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
name=xorg-libpixman
version=0.26.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
}