Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=8606ef5b5a6dc9273793b887f2348d0e9651717b

commit 8606ef5b5a6dc9273793b887f2348d0e9651717b
Author: James Buren <r...@frugalware.org>
Date:   Wed Nov 18 04:54:39 2015 +0100

frogatto-1.3.1-3-x86_64
* remove package

diff --git a/source/games-extra/frogatto/FrugalBuild 
b/source/games-extra/frogatto/FrugalBuild
deleted file mode 100644
index aae85ee..0000000
--- a/source/games-extra/frogatto/FrugalBuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Compiling Time: 2.60 SBU
-# Maintainer: Devil505 <devil505li...@gmail.com>
-# Contributor : Baste <svincent...@gmail.com>
-
-options+=('asneeded')
-
-pkgname=frogatto
-pkgver=1.3.1
-pkgrel=3
-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>=1.12' 
'libboost>=1.58.0')
-makedepends=('boost>=1.58.0')
-groups=('games-extra')
-archs=('i686' 'x86_64')
-_F_github_tag=y
-Finclude github
-options=('nobuild')
-sha1sums=('376fe0fb7748342ab564402602b361082c5edea2')
-
-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 modules utils 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
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to