# HG changeset patch # User Hans-G?nter Theisgen # Date 1572515542 -3600 # Node ID 78bea43b4006af0c9664c48b42a6f75e9b0638b0 # Parent 471bec343ebc5aa3f350866db2559ecf42c0cd6d updated urlgrabber (3.9.1 -> 4.0.0) diff -r 471bec343ebc -r 78bea43b4006 urlgrabber/receipt --- a/urlgrabber/receipt Wed Oct 30 16:09:36 2019 +0100 +++ b/urlgrabber/receipt Thu Oct 31 10:52:22 2019 +0100 @@ -1,17 +1,18 @@ # SliTaz package receipt. PACKAGE="urlgrabber" -VERSION="3.9.1" +VERSION="4.0.0" CATEGORY="development" -SHORT_DESC="A high-level cross-protocol url-grabber and Python library." +SHORT_DESC="A high-level cross-protocol URL-grabber and Python library." MAINTAINER="slaxemulator@gmail.com" LICENSE="LGPL2.1" +WEB_SITE="http://urlgrabber.baseurl.org/" + TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://urlgrabber.baseurl.org/" -WGET_URL="$WEB_SITE/download/$TARBALL" +WGET_URL="${WEB_SITE}download/$TARBALL" -DEPENDS="python pycurl" -BUILD_DEPENDS="python-dev pycurl" +DEPENDS="pycurl python" +BUILD_DEPENDS="pycurl python-dev python-setuptools" # Rules to configure and make the package. compile_rules() @@ -23,6 +24,7 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $install/usr/bin $fs/usr - cp -a $install/usr/lib $fs/usr + + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib $fs/usr }