summaryrefslogtreecommitdiffstats
path: root/extra/pycairo/Pkgfile
blob: 351004ff5894239c1e9c0ac21811273793537804 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Description: Connecteur Python pour la librairie cairo
# URL: http://www.cairographics.org/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: python cairo
# Run on: python,cairo

name=pycairo
version=1.8.10
release=1
source=(http://cairographics.org/releases/$name-$version.tar.bz2)

build() {
	cd $name-$version
	./waf configure --prefix=/usr
  	./waf build 
	./waf install --destdir=$PKG
}