Subversion Repository

Parent Directory Parent Directory | Revision Log Revision Log


Revision 54 - (hide annotations)
Sun Oct 4 14:31:52 2009 UTC (3 years, 8 months ago) by cjg
File size: 532 byte(s)
cairo: updated to 1.8.4
1 cjg 2 # 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 cjg 54 version=1.8.4
8 cjg 2 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     }