diff options
author | Simone Rota <sip@crux.nu> | 2006-02-23 17:10:28 +0000 |
---|---|---|
committer | Simone Rota <sip@crux.nu> | 2006-02-23 17:10:28 +0000 |
commit | 5de4d88a954e2eb2ea07d4678dda28eaa5cabeb2 (patch) | |
tree | 7fd0d3f39ec807becb38bc46b317a424f7d6a0e2 /cairo/Pkgfile | |
parent | 8baf11b506096ef219822ff4769ef0a05e334e42 (diff) | |
download | opt-5de4d88a954e2eb2ea07d4678dda28eaa5cabeb2.tar.gz opt-5de4d88a954e2eb2ea07d4678dda28eaa5cabeb2.tar.xz |
moved a bunch of ports from core to opt
Diffstat (limited to 'cairo/Pkgfile')
-rw-r--r-- | cairo/Pkgfile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/cairo/Pkgfile b/cairo/Pkgfile new file mode 100644 index 000000000..99007d079 --- /dev/null +++ b/cairo/Pkgfile @@ -0,0 +1,21 @@ +# Description: A 2D graphics library with support for multiple output devices +# URL: http://www.cairographics.org/ +# Maintainer: Matt Housh, jaeger at morpheus dot net +# Depends on: glitz + +name=cairo +version=1.0.2 +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 +} |