wok diff python-usb/receipt @ rev 19615

Up: mpfr (3.1.5)
author Alexander Medvedev <devl547@gmail.com>
date Mon Jan 09 19:50:23 2017 +0000 (2017-01-09)
parents 1f41e0a09789
children 86790a278e70
line diff
     1.1 --- a/python-usb/receipt	Sun Nov 10 09:29:01 2013 +0000
     1.2 +++ b/python-usb/receipt	Mon Jan 09 19:50:23 2017 +0000
     1.3 @@ -9,7 +9,7 @@
     1.4  LICENSE="BSD"
     1.5  TARBALL="$SOURCE-$VERSION.tar.bz2"
     1.6  WEB_SITE="http://sourceforge.net/apps/trac/pyusb/"
     1.7 -WGET_URL="$SF_MIRROR/project/pyusb/PyUSB%20${VERSION%.*}/${VERSION/b/-beta-}/$TARBALL"
     1.8 +WGET_URL="$SF_MIRROR/pyusb/$TARBALL"
     1.9  
    1.10  DEPENDS="python libusb"
    1.11  BUILD_DEPENDS="python-dev python"
    1.12 @@ -17,7 +17,6 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 -	cd $src
    1.17  	python setup.py build &&
    1.18  	python setup.py install --root=$DESTDIR
    1.19  }