wok rev 22083

updated urlgrabber (3.9.1 -> 4.0.0)
author Hans-G?nter Theisgen
date Thu Oct 31 10:52:22 2019 +0100 (2019-10-31)
parents 471bec343ebc
children 7c02b0189105
files urlgrabber/receipt
line diff
     1.1 --- a/urlgrabber/receipt	Wed Oct 30 16:09:36 2019 +0100
     1.2 +++ b/urlgrabber/receipt	Thu Oct 31 10:52:22 2019 +0100
     1.3 @@ -1,17 +1,18 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="urlgrabber"
     1.7 -VERSION="3.9.1"
     1.8 +VERSION="4.0.0"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="A high-level cross-protocol url-grabber and Python library."
    1.11 +SHORT_DESC="A high-level cross-protocol URL-grabber and Python library."
    1.12  MAINTAINER="slaxemulator@gmail.com"
    1.13  LICENSE="LGPL2.1"
    1.14 +WEB_SITE="http://urlgrabber.baseurl.org/"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17 -WEB_SITE="http://urlgrabber.baseurl.org/"
    1.18 -WGET_URL="$WEB_SITE/download/$TARBALL"
    1.19 +WGET_URL="${WEB_SITE}download/$TARBALL"
    1.20  
    1.21 -DEPENDS="python pycurl"
    1.22 -BUILD_DEPENDS="python-dev pycurl"
    1.23 +DEPENDS="pycurl python"
    1.24 +BUILD_DEPENDS="pycurl python-dev python-setuptools"
    1.25  
    1.26  # Rules to configure and make the package.
    1.27  compile_rules()
    1.28 @@ -23,6 +24,7 @@
    1.29  genpkg_rules()
    1.30  {
    1.31  	mkdir -p $fs/usr
    1.32 -	cp -a $install/usr/bin $fs/usr
    1.33 -	cp -a $install/usr/lib $fs/usr
    1.34 +
    1.35 +	cp -a $install/usr/bin	$fs/usr
    1.36 +	cp -a $install/usr/lib	$fs/usr
    1.37  }