wok view python-dnspython/receipt @ rev 14559

thunderbird-langpack-pt_PT: Up to 17.0.6esr
author Dominique Corbex <domcox@slitaz.org>
date Thu May 23 10:10:42 2013 +0200 (2013-05-23)
parents
children fd4f1e692109
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 SOURCE="dnspython"
9 TARBALL="$SOURCE-$VERSION.tar.gz"
10 WEB_SITE="http://www.dnspython.org/"
11 WGET_URL="http://www.dnspython.org/kits/$VERSION/$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 }