wok view python-dnspython/receipt @ rev 15461

Up: enlightenment-backgrounds (0.17.5)
author Dominique Corbex <domcox@slitaz.org>
date Tue Nov 05 20:58:44 2013 +0100 (2013-11-05)
parents 45f46d8e2be3
children 16df76e1fc6a
line source
1 # SliTaz package receipt.
3 PACKAGE="python-dnspython"
4 VERSION="1.10.0"
5 CATEGORY="development"
6 SHORT_DESC="a DNS toolkit for Python"
7 MAINTAINER="monghitri@aruba.it"
8 LICENSE="BSD"
9 SOURCE="dnspython"
10 TARBALL="$SOURCE-$VERSION.tar.gz"
11 WEB_SITE="http://www.dnspython.org/"
12 WGET_URL="http://www.dnspython.org/kits/$VERSION/$TARBALL"
14 DEPENDS="python"
15 BUILD_DEPENDS="python setuptools"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 cd $src
21 python setup.py install --root=$DESTDIR
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $install/usr $fs
28 }