diff options
author | sibel <lesibel@free.fr> | 2010-12-26 20:13:51 +0100 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2010-12-26 20:13:51 +0100 |
commit | 33b7d60dabb3adf07ec8ce558b034a0362e48fc6 (patch) | |
tree | 4674b01a16888794d4689816a80de5991dc4bcd3 /extra/pycairo/Pkgfile | |
parent | 4ed3400c70c0d49d4c46e187ca372eb2dbe8e79b (diff) | |
download | nutyx-pakxe-33b7d60dabb3adf07ec8ce558b034a0362e48fc6.tar.gz nutyx-pakxe-33b7d60dabb3adf07ec8ce558b034a0362e48fc6.tar.bz2 nutyx-pakxe-33b7d60dabb3adf07ec8ce558b034a0362e48fc6.tar.xz nutyx-pakxe-33b7d60dabb3adf07ec8ce558b034a0362e48fc6.zip |
pycairo#1.8.10-1, maj port
Diffstat (limited to 'extra/pycairo/Pkgfile')
-rw-r--r-- | extra/pycairo/Pkgfile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/pycairo/Pkgfile b/extra/pycairo/Pkgfile index d8a247bb6..be58a3160 100644 --- a/extra/pycairo/Pkgfile +++ b/extra/pycairo/Pkgfile @@ -5,14 +5,14 @@ # Depends on: python cairo name=pycairo -version=1.6.4 +version=1.8.10 release=1 -source=(http://cairographics.org/releases/$name-$version.tar.gz) +source=(http://cairographics.org/releases/$name-$version.tar.bz2) build() { cd $name-$version - ./configure --prefix=/usr - make - make DESTDIR=$PKG install + ./waf configure --prefix=/usr + ./waf build + ./waf install --destdir=$PKG } |