summaryrefslogtreecommitdiffstats
path: root/extra/pycairo/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/pycairo/Pkgfile')
-rw-r--r--extra/pycairo/Pkgfile17
1 files changed, 17 insertions, 0 deletions
diff --git a/extra/pycairo/Pkgfile b/extra/pycairo/Pkgfile
new file mode 100644
index 000000000..9b424c46a
--- /dev/null
+++ b/extra/pycairo/Pkgfile
@@ -0,0 +1,17 @@
+# 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
+
+name=pycairo
+version=1.6.4
+release=1
+source=(http://cairographics.org/releases/$name-$version.tar.gz)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+}