wok view beautifulsoup/receipt @ rev 2471

curl: --without-libidn
author Christophe Lincoln <pankso@slitaz.org>
date Sun Mar 15 19:54:47 2009 +0100 (2009-03-15)
parents 1a375f41366b
children 4ffc7c76d358
line source
1 # SliTaz package receipt.
3 PACKAGE="beautifulsoup"
4 VERSION="3.1.0.1"
5 CATEGORY="development"
6 SHORT_DESC="Python HTML-XML parser."
7 MAINTAINER="paul@slitaz.org"
8 DEPENDS="python"
9 BUILD_DEPENDS="python-dev"
10 SOURCE="BeautifulSoup"
11 TARBALL="$SOURCE.tar.gz"
12 WEB_SITE="http://www.crummy.com/software/BeautifulSoup/"
13 WGET_URL="http://www.crummy.com/software/BeautifulSoup/download/$TARBALL"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 python setup.py build
20 python setup.py install --root=$PWD/_pkg
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 cp -a $_pkg/usr $fs
27 }