opt/pycairo/Pkgfile

17 lines
360 B
Plaintext
Raw Normal View History

2007-01-13 02:16:50 +01:00
# Description: A set of python bindings for cairo
# URL: http://cairographics.org/pycairo
# Maintainer: Simone Rota, sip at crux dot nu
# Depends on: cairo, python
name=pycairo
2008-08-16 21:13:08 +02:00
version=1.4.12
release=2
2007-01-13 02:16:50 +01:00
source=(http://cairographics.org/releases/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}