Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xfcetesting.git;a=commitdiff;h=24f55e1af177442b5b79305523a9f99a7cc77d3a
commit 24f55e1af177442b5b79305523a9f99a7cc77d3a Author: Devil505 <[email protected]> Date: Sun Dec 11 16:30:45 2011 +0100 fgx-2.4.0b4-1-i686 * new package diff --git a/source/games-extra/fgx/FrugalBuild b/source/games-extra/fgx/FrugalBuild new file mode 100644 index 0000000..fb3e0da --- /dev/null +++ b/source/games-extra/fgx/FrugalBuild @@ -0,0 +1,32 @@ +# Compiling Time: 0.10 SBU +# Maintainer: Devil505 <[email protected]> + +pkgname=fgx +pkgver=2.4.0b4 +pkgrel=1 +pkgdesc="Launcher for free and open source FlightGear Flight Simulator, based on Qt" +rodepends=('flightgear') +depends=('libqtwebkit' 'bzip2' 'libqtsql' 'libqtscript') +groups=('games-extra') +archs=('i686' 'x86_64') +_F_googlecode_ext="-source.tar.gz" +_F_googlecode_name="FGx" +_F_googlecode_dirname="fgx" +Finclude googlecode +sha1sums=('e02fcbd55c0d636f56ad154e35992ea2f2b7068b') + +_F_desktop_name="FGx" +_F_desktop_desc="FlightGear Launcher" +_F_desktop_icon="$pkgname" +_F_desktop_categories="Game" + +build() { + Fcd fgx-fgx/src + qmake || Fdie + Fmake + Fexerel $pkgname usr/bin/$pkgname + Finstallrel 644 resources/icons/fgx-logo-flyeronly.png usr/share/pixmaps/$pkgname.png + Fdesktop2 +} + +# optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
