wok annotate beautifulsoup/receipt @ rev 17983
Up xombrero (1.6.4)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Apr 20 11:31:18 2015 +0200 (2015-04-20) |
parents | 9a64a856eee1 |
children | d49d380e5ec7 |
rev | line source |
---|---|
paul@1378 | 1 # SliTaz package receipt. |
paul@1378 | 2 |
paul@1378 | 3 PACKAGE="beautifulsoup" |
paul@15484 | 4 VERSION="4.3.2" |
paul@1378 | 5 CATEGORY="development" |
paul@1378 | 6 SHORT_DESC="Python HTML-XML parser." |
paul@1378 | 7 MAINTAINER="paul@slitaz.org" |
pascal@15202 | 8 LICENSE="MIT" |
paul@13540 | 9 SOURCE="beautifulsoup4" |
pascal@5788 | 10 TARBALL="$SOURCE-$VERSION.tar.gz" |
paul@1378 | 11 WEB_SITE="http://www.crummy.com/software/BeautifulSoup/" |
pascal@17869 | 12 WGET_URL="${WEB_SITE}bs4/download/${VERSION%.*}/$TARBALL" |
jozee@3567 | 13 TAGS="parser XML HTML" |
paul@1378 | 14 |
pascal@15202 | 15 DEPENDS="python" |
pascal@15202 | 16 BUILD_DEPENDS="python-dev" |
pascal@15202 | 17 |
paul@1378 | 18 # Rules to configure and make the package. |
paul@1378 | 19 compile_rules() |
paul@1378 | 20 { |
paul@1378 | 21 python setup.py build |
paul@13540 | 22 python setup.py install --root=$DESTDIR |
paul@1378 | 23 } |
paul@1378 | 24 |
paul@1378 | 25 # Rules to gen a SliTaz package suitable for Tazpkg. |
paul@1378 | 26 genpkg_rules() |
paul@1378 | 27 { |
paul@13540 | 28 mkdir $fs |
paul@13540 | 29 cp -a $install/usr $fs |
paul@1378 | 30 } |