diff options
author | sibel <lesibel@free.fr> | 2010-12-29 15:15:56 +0000 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2010-12-29 15:15:56 +0000 |
commit | 3895b6e2e0a8967f52d4fde58e37c4ee24febc27 (patch) | |
tree | 1a6be563153c4ba20aebd6874358315ed46a8d13 /extra/p5-pycurl/Pkgfile | |
parent | 60179198714f839fda45a8e938014b7085700b6f (diff) | |
download | nutyx-extra-3895b6e2e0a8967f52d4fde58e37c4ee24febc27.tar.gz nutyx-extra-3895b6e2e0a8967f52d4fde58e37c4ee24febc27.tar.bz2 nutyx-extra-3895b6e2e0a8967f52d4fde58e37c4ee24febc27.tar.xz nutyx-extra-3895b6e2e0a8967f52d4fde58e37c4ee24febc27.zip |
p5-pycurl#7.19.0-1, maj python
Diffstat (limited to 'extra/p5-pycurl/Pkgfile')
-rw-r--r-- | extra/p5-pycurl/Pkgfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/p5-pycurl/Pkgfile b/extra/p5-pycurl/Pkgfile index 2dec20a32..1da8e6d3a 100644 --- a/extra/p5-pycurl/Pkgfile +++ b/extra/p5-pycurl/Pkgfile @@ -2,7 +2,7 @@ # URL: http://pycurl.sourceforge.net # Maintainer: NuTyX core team # Packager: lesibel at free dot fr -# Depends on: python, curl +# Depends oni: curl name=p5-pycurl version=7.19.0 @@ -11,6 +11,6 @@ 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 + python2 setup.py install --curl-config=/usr/bin/curl-config --prefix $PKG/usr } |