wok-next view urlgrabber/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents 7390f8de9846
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="urlgrabber"
4 VERSION="3.9.1"
5 CATEGORY="development"
6 SHORT_DESC="A high-level cross-protocol url-grabber and Python library"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="LGPL2.1"
9 WEB_SITE="http://urlgrabber.baseurl.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$WEB_SITE/download/$TARBALL"
14 BUILD_DEPENDS="python-dev pycurl"
16 compile_rules() {
17 python -B setup.py install --prefix=/usr --root=$install
18 }
20 genpkg_rules() {
21 copy @std
22 DEPENDS="python pycurl"
23 }