wok view python-dnspython/receipt @ rev 17434

Up: wv (1.2.9)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Sun Dec 07 11:41:39 2014 +0100 (2014-12-07)
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 }