summaryrefslogtreecommitdiffstats
path: root/p5-pycurl/Pkgfile
blob: 3f16380e9f6f8f1869e594f569ec7d663b1c1483 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
}