summaryrefslogtreecommitdiffstats
path: root/xorg-libpixman/Pkgfile
blob: 4e7427cde3b279d4a529031edcf2b4e3d07a742c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Description: Librairie pour la manipulation des pixels
# URL: http://xorg.freedesktop.org
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch

name=xorg-libpixman
version=0.22.2
release=1
source=(http://xorg.freedesktop.org/releases/individual/lib/pixman-$version.tar.bz2)

build() {
	cd pixman-$version
	./configure --prefix=/usr
	make
	make DESTDIR=$PKG install
}