Subversion Repository

Parent Directory Parent Directory | Revision Log Revision Log


Revision 643 - (show annotations)
Sun Oct 4 15:05:18 2009 UTC (3 years, 7 months ago) by cjg
File size: 584 byte(s)
cairo: autoupdated to 1.8.8-1
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 # Nice to have: xorg-xcb-util
6
7 name=cairo
8 version=1.8.8
9 release=1
10 source=(http://cairographics.org/releases/$name-$version.tar.gz)
11
12 build() {
13 cd $name-$version
14 ./configure --prefix=/usr \
15 --enable-xcb=auto \
16 --enable-ps \
17 --enable-pdf \
18 --enable-glitz \
19 --disable-gtk-doc
20 make
21 make DESTDIR=$PKG install
22 rm -rf $PKG/usr/share
23 }