1
0
forked from ports/contrib
contrib/pycairo/Pkgfile

19 lines
488 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
# 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
#
2006-11-20 07:26:53 +10:00
# Depends on: pygtk
2006-11-14 09:01:22 +10:00
name=pycairo
version=1.2.2
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
}