summaryrefslogtreecommitdiffstats
path: root/p5-pycurl/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'p5-pycurl/Pkgfile')
-rw-r--r--p5-pycurl/Pkgfile17
1 files changed, 17 insertions, 0 deletions
diff --git a/p5-pycurl/Pkgfile b/p5-pycurl/Pkgfile
new file mode 100644
index 000000000..3f16380e9
--- /dev/null
+++ b/p5-pycurl/Pkgfile
@@ -0,0 +1,17 @@
+# Description: Interface perl pour curl
+# URL: http://pycurl.sourceforge.net
+# Maintainer: NuTyX core team
+# Packager: lesibel at free dot fr
+# Depends on: curl
+# Run on: 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
+ python2 setup.py install --curl-config=/usr/bin/curl-config --prefix $PKG/usr
+}
+