opt/cairo/Pkgfile

22 lines
511 B
Plaintext
Raw Normal View History

# Description: A 2D graphics library with support for multiple output devices
# URL: http://www.cairographics.org/
2007-12-01 00:34:03 +01:00
# Maintainer: Matt Housh, jaeger at crux dot nu
2007-03-09 21:09:13 +01:00
# Depends on: fontconfig, glitz, libpng, xorg-libxrender
name=cairo
2007-12-01 00:34:03 +01:00
version=1.4.12
release=1
source=(http://cairographics.org/releases/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr \
--enable-ps \
--enable-pdf \
--enable-glitz \
--disable-gtk-doc
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share
}