wok-next annotate urlgrabber/receipt @ rev 21331
updated libvips (7.42.3 -> 8.8.4)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Dec 12 17:17:36 2019 +0100 (2019-12-12) |
parents | 7390f8de9846 |
children |
rev | line source |
---|---|
al@21020 | 1 # SliTaz package receipt v2. |
slaxemulator@7916 | 2 |
slaxemulator@7916 | 3 PACKAGE="urlgrabber" |
slaxemulator@7916 | 4 VERSION="3.9.1" |
slaxemulator@7916 | 5 CATEGORY="development" |
al@21020 | 6 SHORT_DESC="A high-level cross-protocol url-grabber and Python library" |
al@21020 | 7 MAINTAINER="devel@slitaz.org" |
pascal@15352 | 8 LICENSE="LGPL2.1" |
al@21020 | 9 WEB_SITE="http://urlgrabber.baseurl.org/" |
al@21020 | 10 |
slaxemulator@7916 | 11 TARBALL="$PACKAGE-$VERSION.tar.gz" |
slaxemulator@7916 | 12 WGET_URL="$WEB_SITE/download/$TARBALL" |
slaxemulator@7916 | 13 |
pascal@15352 | 14 BUILD_DEPENDS="python-dev pycurl" |
pascal@15352 | 15 |
al@21020 | 16 compile_rules() { |
al@21020 | 17 python -B setup.py install --prefix=/usr --root=$install |
slaxemulator@7916 | 18 } |
slaxemulator@7916 | 19 |
al@21020 | 20 genpkg_rules() { |
al@21020 | 21 copy @std |
al@21020 | 22 DEPENDS="python pycurl" |
slaxemulator@7916 | 23 } |