blob: 3c0543cc78c6341f789f2411f5491365336bc14f (
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 oni: curl
# Run on:
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
}
|