summaryrefslogtreecommitdiffstats
path: root/extra/py2cairo/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/py2cairo/Pkgfile')
-rw-r--r--extra/py2cairo/Pkgfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/extra/py2cairo/Pkgfile b/extra/py2cairo/Pkgfile
new file mode 100644
index 000000000..0474a6ea4
--- /dev/null
+++ b/extra/py2cairo/Pkgfile
@@ -0,0 +1,18 @@
+# Description: Connecteur Python2 pour la librairie cairo
+# URL: http://www.cairographics.org/
+# Maintainer: NuTyX core team
+# Packager: lesibel at free dot fr
+# Depends on: python2 cairo
+
+name=py2cairo
+version=1.8.10
+release=1
+source=(http://cairographics.org/releases/$name-$version.tar.gz)
+
+build() {
+ cd pycairo-$version
+ PYTHON=python2 ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+}
+