Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=b48479b38af26c7c44a49fee6a4b835ec2bdd4df
commit b48479b38af26c7c44a49fee6a4b835ec2bdd4df Author: Baste <[email protected]> Date: Wed May 4 21:36:01 2011 +0200 frogatto-1.0.3-1-i686 * new package diff --git a/source/games-extra/frogatto/FrugalBuild b/source/games-extra/frogatto/FrugalBuild new file mode 100644 index 0000000..664e0e3 --- /dev/null +++ b/source/games-extra/frogatto/FrugalBuild @@ -0,0 +1,38 @@ +# Compiling Time: 2.60 SBU +# Maintainer: Devil505 <[email protected]> +# Contributor : Baste <[email protected]> + +pkgname=frogatto +pkgver=1.0.3 +pkgrel=1 +pkgdesc="An old-school 2d platformer game, starring a certain quixotic frog" +_F_desktop_name="Frogatto" +_F_desktop_icon="$pkgname.png" +_F_desktop_categories="Game;ArcadeGame" +url="http://www.frogatto.com" +depends=('sdl' 'sdlimage' 'sdl_mixer' 'sdl_ttf' 'libgl' 'libglu' 'glew' 'libboost') +makedepends=('boost') +groups=('games-extra') +archs=('i686' 'x86_64') +up2date="Flasttar http://files.frogatto.com/" +source=(http://files.frogatto.com/$pkgname-$pkgver.tar.bz2) +sha1sums=('376371c1d16307b3ec753edc7eef4c6d06bbcb7f') + +build () { + Fcd + Fsed "boost_regex-mt" "boost_regex" Makefile + Fsed "boost_system-mt" "boost_system" Makefile + Fsed "boost_thread-mt" "boost_thread" Makefile + Fsed "boost_iostreams-mt" "boost_iostreams" Makefile + make game server || Fdie + Fexerel game usr/share/$pkgname/game + Fexerel server usr/share/$pkgname/server + for i in data images music sounds FreeMono.ttf + do + Fcprel $i usr/share/$pkgname/ + done + Fmkdir usr/share/pixmaps + Fcprel images/window-icon.png usr/share/pixmaps/$pkgname.png + Fdesktop2 + Fwrapper "cd /usr/share/frogatto && ./game $*" $pkgname +} _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
