xorg/xorg-libpixman/Pkgfile
2019-04-14 20:34:34 +10:00

21 lines
438 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.38.4
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
make
make DESTDIR=$PKG install
}