CRUX PPC
A lightweight GNU/Linux distribution for PowerPC!
Subversion Repository
Parent Directory
|
Revision Log
Revision 352 -
(show annotations)
Sun Oct 4 15:02:46 2009 UTC (3 years, 7 months ago) by cjg
File size: 584 byte(s)
Sun Oct 4 15:02:46 2009 UTC (3 years, 7 months ago) by cjg
File size: 584 byte(s)
cairo: autoupdated to 1.8.6-2
| 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.6 |
| 9 | release=2 |
| 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 | } |