Fredrik Rinnestam 8a3a9b4ccc xorg-libpixman: updated to 0.38.0
(cherry picked from commit a1b28345a9b65f92ab7568f37014c934cc7ceed3)
2019-03-22 09:40:07 +01:00

21 lines
448 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.0
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 *=.*|SUBDIRS = pixman|' Makefile.in
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}