Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=665bf6b0a893cb65c17a64cfaadc328e9bfc8fa6
commit 665bf6b0a893cb65c17a64cfaadc328e9bfc8fa6 Author: Anthony Jorion <[email protected]> Date: Wed Jan 15 22:21:17 2014 +0100 python-dbase32-0.9.0-1-i686 * New package, will be required by python-microfiber diff --git a/source/devel-extra/python-dbase32/FrugalBuild b/source/devel-extra/python-dbase32/FrugalBuild new file mode 100644 index 0000000..8791a7a --- /dev/null +++ b/source/devel-extra/python-dbase32/FrugalBuild @@ -0,0 +1,23 @@ +# Compiling Time: 0 SBU +# Maintainer: Anthony Jorion <[email protected]> + +pkgname=python-dbase32 +pkgver=0.9.0 +pkgrel=1 +pkgdesc="A base32 encoding with a sorted-order alphabet (for databases)" +archs=('i686' 'x86_64') +groups=('devel-extra') +depends=('python-3.0>=3.3.0-2') +_F_launchpad_dirname="dbase32" +_F_launchpad_name="dbase32" +_F_launchpad_subdir="0.9" +Finclude launchpad +sha1sums=('e39cb341901d1ba482c56c41b76c0d51c7dd0abc') + +build() +{ + Fcd + python3 setup.py install --prefix=/usr --root="$Fdestdir" || Fdie +} + +# optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
