compat-32/xorg-libpixman-32/Pkgfile

24 lines
542 B
Plaintext
Raw Normal View History

# 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
2020-04-25 05:36:27 +02:00
version=0.40.0
release=1
2020-04-25 05:36:27 +02:00
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 --mandir=/usr/man --libdir=/usr/lib32
make
make DESTDIR=$PKG install
2013-11-19 10:22:47 +01:00
rm -r $PKG/usr/include
}