opt/cairo/Pkgfile

23 lines
569 B
Plaintext
Raw Normal View History

# Description: A 2D graphics library with support for multiple output devices
# URL: http://www.cairographics.org/
2008-01-30 20:57:48 +01:00
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
# Depends on: fontconfig, glitz, libpng, xorg-libxrender, xorg-libpixman, xorg-xcb-util
name=cairo
2010-02-26 21:32:31 +01:00
version=1.8.10
release=2
source=(http://cairographics.org/releases/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr \
--enable-xcb=yes \
--enable-ps \
--enable-pdf \
--enable-glitz \
--disable-gtk-doc
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share
}