diff options
author | tnut <tnut at nutyx dot com> | 2012-01-08 12:15:45 +0100 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2012-01-08 12:15:45 +0100 |
commit | 3f57a7f93b3e7550cbd73036f6a56654e17d1d5c (patch) | |
tree | 819b14ab0377fe2054fe59866669d904e9e0b4b5 /extra/pycairo/Pkgfile | |
parent | c9972ec7f32bf9d37388e853fe9bf633e242d05a (diff) | |
download | nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.gz nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.bz2 nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.xz nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.zip |
split de git pakxe et NuTyX-extra
Diffstat (limited to 'extra/pycairo/Pkgfile')
-rw-r--r-- | extra/pycairo/Pkgfile | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/extra/pycairo/Pkgfile b/extra/pycairo/Pkgfile deleted file mode 100644 index 8bd11a1f6..000000000 --- a/extra/pycairo/Pkgfile +++ /dev/null @@ -1,18 +0,0 @@ -# Description: Bindings Python3 pour la bibliothèque Cairo -# URL: http://www.cairographics.org/ -# Maintainer: NuTyX core team -# Packager: piernov <piernov@piernov.org> -# Depends on: cairo, python -# Run on: cairo,python - -name=pycairo -version=1.10.0 -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 -} |