wok annotate beautifulsoup/receipt @ rev 14909
slitaz-i18n: add slitaz-configs as bdep; slitaz-configs: back openbox menu; locale-el, locale-ru: add keyboard layout icons; locale-fr, locale-hu, locale-pt_BR: recook with openbox menu.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon Aug 05 11:40:01 2013 +0300 (2013-08-05) |
parents | 48bed9cd4db4 |
children | 223b265f40fd |
rev | line source |
---|---|
paul@1378 | 1 # SliTaz package receipt. |
paul@1378 | 2 |
paul@1378 | 3 PACKAGE="beautifulsoup" |
paul@13540 | 4 VERSION="4.1.3" |
paul@1378 | 5 CATEGORY="development" |
paul@1378 | 6 SHORT_DESC="Python HTML-XML parser." |
paul@1378 | 7 MAINTAINER="paul@slitaz.org" |
paul@1378 | 8 DEPENDS="python" |
paul@1378 | 9 BUILD_DEPENDS="python-dev" |
paul@13540 | 10 SOURCE="beautifulsoup4" |
pascal@5788 | 11 TARBALL="$SOURCE-$VERSION.tar.gz" |
paul@1378 | 12 WEB_SITE="http://www.crummy.com/software/BeautifulSoup/" |
paul@13540 | 13 WGET_URL="http://www.crummy.com/software/BeautifulSoup/bs4/download/$TARBALL" |
jozee@3567 | 14 TAGS="parser XML HTML" |
paul@1378 | 15 |
paul@1378 | 16 # Rules to configure and make the package. |
paul@1378 | 17 compile_rules() |
paul@1378 | 18 { |
paul@1378 | 19 cd $src |
paul@1378 | 20 python setup.py build |
paul@13540 | 21 python setup.py install --root=$DESTDIR |
paul@1378 | 22 } |
paul@1378 | 23 |
paul@1378 | 24 # Rules to gen a SliTaz package suitable for Tazpkg. |
paul@1378 | 25 genpkg_rules() |
paul@1378 | 26 { |
paul@13540 | 27 mkdir $fs |
paul@13540 | 28 cp -a $install/usr $fs |
paul@1378 | 29 } |