summaryrefslogtreecommitdiffstats
path: root/xorg-libpixman/Pkgfile.old
blob: bc0c14d8c39e3bc90f75bc30304de531837b5ee0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Description: Pixel manipulation library
# URL: http://xorg.freedesktop.org
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu

name=xorg-libpixman
version=0.20.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 = pixman test/SUBDIRS = pixman/' Makefile.in

	./configure --prefix=/usr --mandir=/usr/man

	make
	make DESTDIR=$PKG install
}