opt/cairo/Pkgfile

24 lines
584 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
2008-04-11 09:53:55 +02:00
# Depends on: fontconfig, glitz, libpng, xorg-libxrender, xorg-libpixman
2009-01-10 11:07:55 +01:00
# Nice to have: xorg-xcb-util
name=cairo
2009-06-20 13:25:33 +02:00
version=1.8.8
release=1
source=(http://cairographics.org/releases/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr \
2009-01-10 11:07:55 +01:00
--enable-xcb=auto \
--enable-ps \
--enable-pdf \
--enable-glitz \
--disable-gtk-doc
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share
}