Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=c79969e470aec805870f160f6d00fd60b23084c0
commit c79969e470aec805870f160f6d00fd60b23084c0 Author: Pingax <[email protected]> Date: Tue Dec 27 08:49:54 2011 +0100 python3-dnspython-1.10.0-1-i686 * Renammed dnspython-1.10.0 to python3-dnspython * To avoid conflicts with already packaged one. diff --git a/source/lib-extra/python3-dnspython/FrugalBuild b/source/lib-extra/python3-dnspython/FrugalBuild new file mode 100644 index 0000000..c75bb31 --- /dev/null +++ b/source/lib-extra/python3-dnspython/FrugalBuild @@ -0,0 +1,22 @@ +# Compiling Time: 0 SBU +# Maintainer: Pingax <[email protected]> + +pkgname=python3-dnspython +_F_archive_name=dnspython +pkgver=1.10.0 +pkgrel=1 +pkgdesc="DNS toolkit for Python - for python-3.0" +url="http://www.dnspython.org" +depends=('python-3.0') +makedepends=('python3-distribute') +archs=('i686' 'x86_64') +groups=('lib-extra') +up2date="Flasttar http://ftp.frugalware.org/pub/other/people/pingax/snapshots/$_F_archive_name" +source="http://ftp.frugalware.org/pub/other/people/pingax/snapshots/$_F_archive_name/$_F_archive_name-$pkgver.tar.bz2" +sha1sums='d308a69c00d1693374e6c437a4e13fef0bded7c8' + +build() { + Fcd + Fpatchall + python3 setup.py install --root=$Fdestdir || Fdie +} _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
