summaryrefslogtreecommitdiffstats
path: root/extra/cairo/Pkgfile
blob: eb7566a692ba91e77e324579ea20c1d5a8033e91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Description: Librairie 2D graphique
# URL: http://www.cairographics.org/ 
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: xorg, glitz, libpng

name=cairo
version=1.8.8
release=1
source=(http://cairographics.org/releases/$name-$version.tar.gz)

build() {
	cd $name-$version
	./configure --prefix=/usr \
                --enable-ps \
                --enable-pdf \
               --enable-glitz \
               --disable-gtk-doc                    
	make
	make DESTDIR=$PKG install
        rm -rf $PKG/usr/share
}