wok annotate beautifulsoup/receipt @ rev 23867
syslinux/bootiso.S: merge isolinux boot sector
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jun 20 14:15:09 2020 +0000 (2020-06-20) |
parents | 240fb3120638 |
children | 9af0e03b8ad0 |
rev | line source |
---|---|
paul@1378 | 1 # SliTaz package receipt. |
paul@1378 | 2 |
paul@1378 | 3 PACKAGE="beautifulsoup" |
Hans-G?nter@22534 | 4 VERSION="4.8.2" |
paul@1378 | 5 CATEGORY="development" |
Hans-G?nter@20743 | 6 TAGS="parser XML HTML" |
paul@1378 | 7 SHORT_DESC="Python HTML-XML parser." |
paul@1378 | 8 MAINTAINER="paul@slitaz.org" |
pascal@15202 | 9 LICENSE="MIT" |
Hans-G?nter@20743 | 10 WEB_SITE="https://www.crummy.com/software/BeautifulSoup/" |
Hans-G?nter@20743 | 11 |
paul@13540 | 12 SOURCE="beautifulsoup4" |
pascal@5788 | 13 TARBALL="$SOURCE-$VERSION.tar.gz" |
pascal@17869 | 14 WGET_URL="${WEB_SITE}bs4/download/${VERSION%.*}/$TARBALL" |
pascal@19640 | 15 PROVIDE="python-beautifulsoup" |
paul@1378 | 16 |
pascal@15202 | 17 DEPENDS="python" |
pascal@21580 | 18 BUILD_DEPENDS="python-dev python-setuptools" |
pascal@15202 | 19 |
paul@1378 | 20 # Rules to configure and make the package. |
paul@1378 | 21 compile_rules() |
paul@1378 | 22 { |
paul@1378 | 23 python setup.py build |
paul@13540 | 24 python setup.py install --root=$DESTDIR |
paul@1378 | 25 } |
paul@1378 | 26 |
paul@1378 | 27 # Rules to gen a SliTaz package suitable for Tazpkg. |
paul@1378 | 28 genpkg_rules() |
paul@1378 | 29 { |
paul@13540 | 30 cp -a $install/usr $fs |
paul@1378 | 31 } |