Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=2e05d2cee3aa721d11fa07e11a8b5d70f19223da
commit 2e05d2cee3aa721d11fa07e11a8b5d70f19223da Author: Baste <[email protected]> Date: Tue Apr 1 16:36:09 2014 +0200 gnome-fwtweak-0.1-1-x86_64 * New package diff --git a/source/gnome/gnome-fwtweak/FrugalBuild b/source/gnome/gnome-fwtweak/FrugalBuild new file mode 100644 index 0000000..e271f89 --- /dev/null +++ b/source/gnome/gnome-fwtweak/FrugalBuild @@ -0,0 +1,24 @@ +# Compiling time: 0.11 SBU +# Maintainer: Baste <[email protected]> + +pkgname=gnome-fwtweak +pkgver=0.1 +pkgrel=1 +pkgdesc="Tweak gnome-shell for Frugalware" +depends=() +groups=('gnome' 'gnome-minimal') +archs=('i686' 'x86_64') +url="http://ftp.frugalware.org/pub/other/people/baste/gnome-fwtweak/" +source=(http://ftp.frugalware.org/pub/other/people/baste/snapshots/gnome-fwtweak/$pkgname-$pkgver.tar.xz) +up2date="Flasttar http://ftp.frugalware.org/pub/other/people/baste/snapshots/gnome-fwtweak/" +sha1sums=('168af99427ca1648842f89fca559aafdfdf9846a') + +build() { + Fcd $pkgname-$pkgver + Fmkdir /usr/bin + Fexerel gnome-fwtweak /usr/bin/ + Fmkdir /etc/xdg/autostart/ + Fcprel gnome-fwtweak.desktop /etc/xdg/autostart/ +} + +# optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
