Subversion Repository

Parent Directory Parent Directory | Revision Log Revision Log


Revision 107 - (show annotations)
Sun Oct 4 14:32:22 2009 UTC (3 years, 7 months ago) by cjg
File size: 532 byte(s)
cairo: bump to 1.8.6
1 # Description: A 2D graphics library with support for multiple output devices
2 # URL: http://www.cairographics.org/
3 # Maintainer: Tilman Sauerbeck, tilman at crux dot nu
4 # Depends on: fontconfig, glitz, libpng, xorg-libxrender, xorg-libpixman
5
6 name=cairo
7 version=1.8.6
8 release=1
9 source=(http://cairographics.org/releases/$name-$version.tar.gz)
10
11 build() {
12 cd $name-$version
13 ./configure --prefix=/usr \
14 --enable-ps \
15 --enable-pdf \
16 --enable-glitz \
17 --disable-gtk-doc
18 make
19 make DESTDIR=$PKG install
20 rm -rf $PKG/usr/share
21 }