xorg/xorg-libpixman/Pkgfile

21 lines
437 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.40.0
release=1
source=(https://www.x.org/releases/individual/lib/pixman-$version.tar.xz)
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
}