opt/cairo/Pkgfile

22 lines
642 B
Plaintext
Raw Normal View History

# Description: A 2D graphics library with support for multiple output devices
# URL: http://www.cairographics.org/
2012-06-14 02:10:22 +02:00
# Maintainer: Fredrik Rinnestam, fredrik at crux dot nu
2011-03-27 18:23:47 +02:00
# Depends on: fontconfig, libpng, xorg-libxrender, xorg-libpixman, xorg-xcb-util, glib
name=cairo
2012-10-06 16:21:14 +02:00
version=1.12.4
2012-10-06 17:43:14 +02:00
release=2
2012-05-01 17:15:45 +02:00
source=(http://cairographics.org/releases/$name-$version.tar.xz)
build() {
2012-06-14 02:10:22 +02:00
cd $name-$version
./configure --prefix=/usr \
--enable-xcb=yes \
--enable-ps \
--enable-pdf \
--disable-gtk-doc
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share
}