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

commit 93bb83bfd58f061f104db4b261ded4a5efb4bfc1
Author: exceed <exceed.ced...@gmail.com>
Date:   Mon Mar 29 00:24:55 2010 +0200

sdl-ball-1.01-1-i686

* New package from Adrien Ramos (aka kooda)

diff --git a/source/games-extra/sdl-ball/FrugalBuild 
b/source/games-extra/sdl-ball/FrugalBuild
new file mode 100644
index 0000000..6d39e55
--- /dev/null
+++ b/source/games-extra/sdl-ball/FrugalBuild
@@ -0,0 +1,32 @@
+# Compiling Time: 0.01 SBU
+# Maintainer: exceed <exceed.ced...@gmail.com>
+# Contributor: Kooda <adrien.ra...@upyum.com>
+
+pkgname=sdl-ball
+pkgver=1.01
+pkgrel=1
+pkgdesc="SDL-Ball is an Arcanoid clone for linux"
+depends=('sdlimage' 'sdl_ttf' 'sdl_mixer')
+groups=('games-extra')
+archs=('i686' 'x86_64')
+_F_cd_path="$pkgname"
+_F_sourceforge_ext=".tar.bz2"
+Finclude sourceforge
+sha1sums=('98f1a6237e7baa75e4e2f8c14293cb072dc14784')
+
+build()
+{
+       Fcd
+       make clean || Fdie # To remove all .o and executables in the source dir
+       Fmake
+
+       # Installation (because there is no 'install' instruction in the 
makefile) :
+       Fmkdir /usr/share/games/$pkgname/
+       Fcp $pkgname/$pkgname /usr/share/games/$pkgname/
+       Fcp $pkgname/leveleditor /usr/share/games/$pkgname/
+       Fcp $pkgname/themes /usr/share/games/$pkgname/
+       Fwrapper "cd /usr/share/games/$pkgname/ && ./$pkgname" $pkgname
+}
+
+
+# optimization OK
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to