summaryrefslogtreecommitdiffstats
path: root/extra/py2cairo
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
parent4e4669272c582b6b81719f82d79f38f9abcb3d27 (diff)
downloadnutyx-extra-ee010987ce2f0076a0e2dcbd16e15228e1bdc904.tar.gz
nutyx-extra-ee010987ce2f0076a0e2dcbd16e15228e1bdc904.tar.bz2
nutyx-extra-ee010987ce2f0076a0e2dcbd16e15228e1bdc904.tar.xz
nutyx-extra-ee010987ce2f0076a0e2dcbd16e15228e1bdc904.zip
py2cairo#1.8.10-1, ajout port
Diffstat (limited to 'extra/py2cairo')
-rw-r--r--extra/py2cairo/.footprint15
-rw-r--r--extra/py2cairo/.md5sum1
-rw-r--r--extra/py2cairo/Pkgfile18
3 files changed, 34 insertions, 0 deletions
diff --git a/extra/py2cairo/.footprint b/extra/py2cairo/.footprint
new file mode 100644
index 000000000..5d276eae7
--- /dev/null
+++ b/extra/py2cairo/.footprint
@@ -0,0 +1,15 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/include/
+drwxr-xr-x root/root usr/include/pycairo/
+-rw-r--r-- root/root usr/include/pycairo/pycairo.h
+drwxr-xr-x root/root usr/lib/
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/pycairo.pc
+drwxr-xr-x root/root usr/lib/python2.7/
+drwxr-xr-x root/root usr/lib/python2.7/site-packages/
+drwxr-xr-x root/root usr/lib/python2.7/site-packages/cairo/
+-rw-r--r-- root/root usr/lib/python2.7/site-packages/cairo/__init__.py
+-rw-r--r-- root/root usr/lib/python2.7/site-packages/cairo/__init__.pyc
+-rw-r--r-- root/root usr/lib/python2.7/site-packages/cairo/__init__.pyo
+-rwxr-xr-x root/root usr/lib/python2.7/site-packages/cairo/_cairo.la
+-rwxr-xr-x root/root usr/lib/python2.7/site-packages/cairo/_cairo.so
diff --git a/extra/py2cairo/.md5sum b/extra/py2cairo/.md5sum
new file mode 100644
index 000000000..b92067cd2
--- /dev/null
+++ b/extra/py2cairo/.md5sum
@@ -0,0 +1 @@
+87421a6a70304120555ba7ba238f3dc3 py2cairo-1.8.10.tar.gz
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
+}
+