summaryrefslogtreecommitdiffstats
path: root/extra/p5-pycurl/Pkgfile
diff options
context:
space:
mode:
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
+}