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 | |
parent | 60179198714f839fda45a8e938014b7085700b6f (diff) | |
download | nutyx-pakxe-3895b6e2e0a8967f52d4fde58e37c4ee24febc27.tar.gz nutyx-pakxe-3895b6e2e0a8967f52d4fde58e37c4ee24febc27.tar.bz2 nutyx-pakxe-3895b6e2e0a8967f52d4fde58e37c4ee24febc27.tar.xz nutyx-pakxe-3895b6e2e0a8967f52d4fde58e37c4ee24febc27.zip |
p5-pycurl#7.19.0-1, maj python
Diffstat (limited to 'extra')
-rw-r--r-- | extra/p5-pycurl/.footprint | 14 | ||||
-rw-r--r-- | extra/p5-pycurl/Pkgfile | 4 |
2 files changed, 9 insertions, 9 deletions
diff --git a/extra/p5-pycurl/.footprint b/extra/p5-pycurl/.footprint index 20df38737..672befb16 100644 --- a/extra/p5-pycurl/.footprint +++ b/extra/p5-pycurl/.footprint @@ -1,12 +1,12 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/lib/ -drwxr-xr-x root/root usr/lib/python2.6/ -drwxr-xr-x root/root usr/lib/python2.6/site-packages/ -drwxr-xr-x root/root usr/lib/python2.6/site-packages/curl/ --rw-r--r-- root/root usr/lib/python2.6/site-packages/curl/__init__.py --rw-r--r-- root/root usr/lib/python2.6/site-packages/curl/__init__.pyc --rw-r--r-- root/root usr/lib/python2.6/site-packages/pycurl-7.19.0-py2.6.egg-info --rwxr-xr-x root/root usr/lib/python2.6/site-packages/pycurl.so +drwxr-xr-x root/root usr/lib/python2.7/ +drwxr-xr-x root/root usr/lib/python2.7/site-packages/ +drwxr-xr-x root/root usr/lib/python2.7/site-packages/curl/ +-rw-r--r-- root/root usr/lib/python2.7/site-packages/curl/__init__.py +-rw-r--r-- root/root usr/lib/python2.7/site-packages/curl/__init__.pyc +-rw-r--r-- root/root usr/lib/python2.7/site-packages/pycurl-7.19.0-py2.7.egg-info +-rwxr-xr-x root/root usr/lib/python2.7/site-packages/pycurl.so drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/doc/ drwxr-xr-x root/root usr/share/doc/pycurl/ 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 } |