Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=3ce0ab3837c687a9c9d709c22730fc17fa57737e
commit 3ce0ab3837c687a9c9d709c22730fc17fa57737e Author: PacMiam <[email protected]> Date: Mon May 26 18:15:34 2014 +0200 python3-notify2-0.3-1-i686 * New package diff --git a/source/devel-extra/python3-notify2/FrugalBuild b/source/devel-extra/python3-notify2/FrugalBuild new file mode 100644 index 0000000..27f0c47 --- /dev/null +++ b/source/devel-extra/python3-notify2/FrugalBuild @@ -0,0 +1,23 @@ +# Compiling Time: 0 SBU +# Maintainer: PacMiam <[email protected]> + +pkgname=python3-notify2 +pkgver=0.3 +pkgrel=1 +pkgdesc="Python interface to DBus notifications" + +depends=('dbus-python3') + +groups=('devel-extra') +archs=('i686' 'x86_64') + +_F_cd_path="notify2-$pkgver" +_F_pypi_name="notify2" +Finclude pypi + +sha1sums=('2a91a1a78993981dc972021d06e74177cc2d8b47') + +build () { + Fcd || Fdie + python3 setup.py install --root=$Fdestdir || Fdie +} _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
