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

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

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