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