2007-01-13 02:16:50 +01:00
|
|
|
# Description: A set of python bindings for cairo
|
|
|
|
# URL: http://cairographics.org/pycairo
|
2009-01-29 20:57:35 +11:00
|
|
|
# Maintainer: Lucas Hazel, lucas at die dot net dot au
|
|
|
|
# Packager: Simone Rota, sip at crux dot nu
|
2007-01-13 02:16:50 +01:00
|
|
|
# Depends on: cairo, python
|
|
|
|
|
|
|
|
name=pycairo
|
2009-07-07 14:19:25 +10:00
|
|
|
version=1.8.6
|
2009-03-07 13:42:49 +11:00
|
|
|
release=1
|
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
|
|
|
|
}
|