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