summaryrefslogtreecommitdiffstats
path: root/extra/py2cairo/Pkgfile
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2010-12-26 22:04:18 +0000
committersibel <lesibel@free.fr>2010-12-26 22:04:18 +0000
commitee010987ce2f0076a0e2dcbd16e15228e1bdc904 (patch)
treef36d67c14d0bfa385d7c1a4ad77666e9d3fb859d /extra/py2cairo/Pkgfile
parent4e4669272c582b6b81719f82d79f38f9abcb3d27 (diff)
downloadnutyx-pakxe-ee010987ce2f0076a0e2dcbd16e15228e1bdc904.tar.gz
nutyx-pakxe-ee010987ce2f0076a0e2dcbd16e15228e1bdc904.tar.bz2
nutyx-pakxe-ee010987ce2f0076a0e2dcbd16e15228e1bdc904.tar.xz
nutyx-pakxe-ee010987ce2f0076a0e2dcbd16e15228e1bdc904.zip
py2cairo#1.8.10-1, ajout port
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
+}
+