wok view python-cssselect/receipt @ rev 14779

Add alien
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jul 04 08:55:30 2013 +0200 (2013-07-04)
parents
children fd4f1e692109
line source
1 # SliTaz package receipt.
3 PACKAGE="python-cssselect"
4 VERSION="0.7.1"
5 CATEGORY="development"
6 SHORT_DESC="parses CSS3 Selectors and translates them to XPath."
7 MAINTAINER="monghitri@aruba.it"
8 SOURCE="cssselect"
9 TARBALL="$SOURCE-$VERSION.tar.gz"
10 WEB_SITE="http://pypi.python.org/pypi/cssselect"
11 WGET_URL="http://pypi.python.org/packages/source/c/$SOURCE/$TARBALL"
12 DEPENDS="python"
13 BUILD_DEPENDS="python setuptools"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 python setup.py install --root=$DESTDIR
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 cp -a $install/usr $fs
26 }