summaryrefslogtreecommitdiffstats
path: root/extra/pycairo/Pkgfile
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-12 20:37:54 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-12 20:37:54 +0200
commit591569bbeab2da47e6c222f3b818c1b3f1417d30 (patch)
treec700bcbd725960f1511030d47acd0086acf9644d /extra/pycairo/Pkgfile
parent4402fe56df9a1d892dc496fca23121f288a67cfa (diff)
downloadnutyx-extra-591569bbeab2da47e6c222f3b818c1b3f1417d30.tar.gz
nutyx-extra-591569bbeab2da47e6c222f3b818c1b3f1417d30.tar.bz2
nutyx-extra-591569bbeab2da47e6c222f3b818c1b3f1417d30.tar.xz
nutyx-extra-591569bbeab2da47e6c222f3b818c1b3f1417d30.zip
Ajout pycairo#1.6.4-1
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
+}