opt/pycairo/Pkgfile
2009-03-31 20:00:33 +11:00

18 lines
412 B
Plaintext

# Description: A set of python bindings for cairo
# URL: http://cairographics.org/pycairo
# Maintainer: Lucas Hazel, lucas at die dot net dot au
# Packager: Simone Rota, sip at crux dot nu
# Depends on: cairo, python
name=pycairo
version=1.8.4
release=1
source=(http://cairographics.org/releases/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}