summaryrefslogtreecommitdiffstats
path: root/extra/pycairo/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/pycairo/Pkgfile')
-rw-r--r--extra/pycairo/Pkgfile19
1 files changed, 0 insertions, 19 deletions
diff --git a/extra/pycairo/Pkgfile b/extra/pycairo/Pkgfile
deleted file mode 100644
index 351004ff5..000000000
--- a/extra/pycairo/Pkgfile
+++ /dev/null
@@ -1,19 +0,0 @@
-# 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
-}
-