summaryrefslogtreecommitdiffstats
path: root/extra/p5-pycurl/Pkgfile
diff options
context:
space:
mode:
authorsibel <lesibel at free dot fr>2010-08-10 14:24:22 +0200
committersibel <lesibel at free dot fr>2010-08-10 14:24:22 +0200
commitb168870e69f789caea040408a89cf7e96c46af30 (patch)
tree07db564ae6b48fa2d6acae4443a307692fff1b10 /extra/p5-pycurl/Pkgfile
parent4047bd827626e3a5d9584ab580fbf5ae44b24a3c (diff)
downloadnutyx-extra-b168870e69f789caea040408a89cf7e96c46af30.tar.gz
nutyx-extra-b168870e69f789caea040408a89cf7e96c46af30.tar.bz2
nutyx-extra-b168870e69f789caea040408a89cf7e96c46af30.tar.xz
nutyx-extra-b168870e69f789caea040408a89cf7e96c46af30.zip
Ajout de p5-pycurl#7.19.0-1
Diffstat (limited to 'extra/p5-pycurl/Pkgfile')
-rw-r--r--extra/p5-pycurl/Pkgfile15
1 files changed, 15 insertions, 0 deletions
diff --git a/extra/p5-pycurl/Pkgfile b/extra/p5-pycurl/Pkgfile
new file mode 100644
index 000000000..c9973ce54
--- /dev/null
+++ b/extra/p5-pycurl/Pkgfile
@@ -0,0 +1,15 @@
+# Description: Interface perl pour curl
+# URL: http://pycurl.sourceforge.net
+# Maintainer: NuTyX core team
+# Packager: lesibel at free dot fr
+# Depends on: python, curl
+
+name=p5-pycurl
+version=7.19.0
+release=1
+source=(http://pycurl.sourceforge.net/download/pycurl-$version.tar.gz)
+
+build() {
+ cd $SRC/pycurl-$version
+ python setup.py install --curl-config=/usr/bin/curl-config --prefix $PKG/usr
+}