description="Pixel manipulation library" packager="" maintainer="Tilman Sauerbeck, tilman at crux dot nu" url="http://xorg.freedesktop.org" depends=() name=xorg-libpixman version=0.20.0 release=1 source=(http://xorg.freedesktop.org/releases/individual/lib/pixman-0.20.0.tar.bz2) build () { cd pixman-$version; sed -i -e 's/^SUBDIRS = pixman test/SUBDIRS = pixman/' Makefile.in; ./configure --prefix=/usr --mandir=$mandir; make; make DESTDIR=$PKG install }