Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=70c9fa492aa657031510d4c00f1dd998017b3be2
commit 70c9fa492aa657031510d4c00f1dd998017b3be2 Author: bouleetbil <[email protected]> Date: Sat Mar 20 23:47:28 2010 +0100 e-modules-extra-20100320-1-x86_64 *new package diff --git a/source/e17-extra/e-modules-extra/FrugalBuild b/source/e17-extra/e-modules-extra/FrugalBuild new file mode 100644 index 0000000..de647ee --- /dev/null +++ b/source/e17-extra/e-modules-extra/FrugalBuild @@ -0,0 +1,85 @@ +# Compiling time: 0.58 SBU +# Maintainer: voroskoi <[email protected]> + +pkgname=e-modules-extra +pkgver=20100320 +pkgrel=1 +pkgdesc="Moduled for the Enlightenment window manager" +depends=('enlightenment') +rodepends=('e17-snow' 'e17-flame' 'e17-weather' 'e17-rain' 'e17-cpu' 'e17-news') +groups=('e17-extra' 'e17-misc') +archs=('i686' 'x86_64') +Finclude e17-cvs +sha1sums=('4f0409c64df7028f5aca808421043aa57434f3bd') + +subpkgs=("${subpk...@]}" "e17-snow") +subdescs=("${subdes...@]}" "Snow module for the Enlightenment window manager.") +subdepends=("${subdepen...@]}" 'enlightenment') +subgroups=("${subgrou...@]}" 'e17-extra e17-misc') +subarchs=("${subarc...@]}" 'i686 x86_64') + +subpkgs=("${subpk...@]}" "e17-flame") +subdescs=("${subdes...@]}" "Flame module for the Enlightenment window manager.") +subdepends=("${subdepen...@]}" 'enlightenment') +subgroups=("${subgrou...@]}" 'e17-extra e17-misc') +subarchs=("${subarc...@]}" 'i686 x86_64') + +subpkgs=("${subpk...@]}" "e17-weather") +subdescs=("${subdes...@]}" "Weather module for the Enlightenment window manager.") +subdepends=("${subdepen...@]}" 'enlightenment') +subgroups=("${subgrou...@]}" 'e17-extra e17-misc') +subarchs=("${subarc...@]}" 'i686 x86_64') + +subpkgs=("${subpk...@]}" "e17-rain") +subdescs=("${subdes...@]}" "Rain module for the Enlightenment window manager.") +subdepends=("${subdepen...@]}" 'enlightenment') +subgroups=("${subgrou...@]}" 'e17-extra e17-misc') +subarchs=("${subarc...@]}" 'i686 x86_64') + +subpkgs=("${subpk...@]}" "e17-cpu") +subdescs=("${subdes...@]}" "Module for monitoring cpu load.") +subdepends=("${subdepen...@]}" 'enlightenment') +subgroups=("${subgrou...@]}" 'e17-extra e17-misc') +subarchs=("${subarc...@]}" 'i686 x86_64') + +subpkgs=("${subpk...@]}" "e17-news") +subdescs=("${subdes...@]}" "Network monitoring module for E17.") +subdepends=("${subdepen...@]}" 'enlightenment') +subgroups=("${subgrou...@]}" 'e17-extra e17-misc') +subarchs=("${subarc...@]}" 'i686 x86_64') + +build() { + Fcd $pkgname + cd flame || Fdie + Fautoreconf + Fbuild + Fsplit e17-flame usr + + cd ../snow || Fdie + Fautoreconf + Fbuild + Fsplit e17-snow usr + + cd ../weather || Fdie + Fautoreconf + Fbuild + Fsplit e17-weather usr + + cd ../rain || Fdie + Fautoreconf + Fbuild + Fsplit e17-rain usr + + cd ../cpu || Fdie + Fautoreconf + Fbuild + Fsplit e17-cpu usr + + cd ../news || Fdie + Fautoreconf + Fbuild + Fsplit e17-news usr + +} + +# optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
