# Description: Pixel manipulation library # URL: http://xorg.freedesktop.org # Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu # Depends on: xorg-libpixman name=xorg-libpixman-32 version=0.34.0 release=1 source=(https://www.x.org/releases/individual/lib/pixman-$version.tar.bz2) build() { cd pixman-$version # don't build test programs sed -i -e 's|^SUBDIRS *=.*|SUBDIRS = pixman|' Makefile.in ./configure --prefix=/usr --mandir=/usr/man --libdir=/usr/lib32 make make DESTDIR=$PKG install rm -r $PKG/usr/include }