1
0
forked from ports/contrib

19 lines
498 B
Plaintext
Raw Normal View History

2006-11-20 07:26:53 +10:00
# Description: Python interface to Cairo library
# URL: http://cairographics.org/pycairo
2007-01-20 12:21:06 +10:00
# Packager: James Mills, prologic at shortcircuit dot net dot au
# Maintainer: James Mills, prologic at shortcircuit dot net dot au
2006-11-14 09:01:22 +10:00
#
2007-01-20 12:21:06 +10:00
# Depends on: python, cairo
2006-11-14 09:01:22 +10:00
name=pycairo
2007-03-24 23:33:43 +10:00
version=1.4.0
2006-11-14 09:01:22 +10:00
release=1
source=(http://cairographics.org/releases/$name-$version.tar.gz)
build () {
2006-11-20 07:26:53 +10:00
cd $name-$version
./configure --prefix=/usr
make && make prefix=$PKG/usr install
chown -R root:root $PKG
2006-11-14 09:01:22 +10:00
}