# HG changeset patch # User ernia # Date 1359493017 0 # Node ID 45f46d8e2be30502d93eb8db1495e868a4e357e1 # Parent 0463923b1bd3ab7511f00cbdb89d5b8b69ea059f add python dnspython diff -r 0463923b1bd3 -r 45f46d8e2be3 python-dnspython/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-dnspython/receipt Tue Jan 29 20:56:57 2013 +0000 @@ -0,0 +1,27 @@ +# SliTaz package receipt. + +PACKAGE="python-dnspython" +VERSION="1.10.0" +CATEGORY="development" +SHORT_DESC="a DNS toolkit for Python" +MAINTAINER="monghitri@aruba.it" +SOURCE="dnspython" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://www.dnspython.org/" +WGET_URL="http://www.dnspython.org/kits/$VERSION/$TARBALL" +DEPENDS="python" +BUILD_DEPENDS="python setuptools" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + python setup.py install --root=$DESTDIR +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $install/usr $fs +} +