CRUX PPC
A lightweight GNU/Linux distribution for PowerPC!
Subversion Repository
Parent Directory
|
Revision Log
Revision 1832 -
(show annotations)
Mon May 17 08:38:56 2010 UTC (3 years ago) by acrux
File size: 572 byte(s)
Mon May 17 08:38:56 2010 UTC (3 years ago) by acrux
File size: 572 byte(s)
cairo: removed glitz support
| 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, libpng, xorg-libxrender, xorg-libpixman |
| 5 | # PPC!=: we don't want xorg-xcb-util depends |
| 6 | |
| 7 | name=cairo |
| 8 | version=1.8.10 |
| 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=no \ |
| 16 | --enable-ps \ |
| 17 | --enable-pdf \ |
| 18 | --disable-gtk-doc |
| 19 | make |
| 20 | make DESTDIR=$PKG install |
| 21 | rm -rf $PKG/usr/share |
| 22 | } |