Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=cf0b97e5aa72a83276f32f56520381215cd68ff1
commit cf0b97e5aa72a83276f32f56520381215cd68ff1 Author: Devil505 <[EMAIL PROTECTED]> Date: Sat Feb 9 19:48:43 2008 +0100 wastesedge-0.3.4-1-i686 * New package / initial import diff --git a/source/games-extra/wastesedge/FrugalBuild b/source/games-extra/wastesedge/FrugalBuild new file mode 100644 index 0000000..f859db9 --- /dev/null +++ b/source/games-extra/wastesedge/FrugalBuild @@ -0,0 +1,28 @@ +# Compiling Time: 0.05 SBU +# Maintainer: Devil505 <[EMAIL PROTECTED]> + +pkgname=wastesedge +_F_archive_name=$pkgname-src +pkgver=0.3.4 +pkgrel=1 +pkgdesc="role playing game to showcase the adonthell engine" +url="http://adonthell.linuxgames.com/" +depends=('python' 'adonthell>=0.3.4a') +groups=('games-extra') +archs=('i686') +up2date="lynx -dump http://adonthell.linuxgames.com/download/source.shtml | Flasttar" +source=(http://savannah.nongnu.org/download/adonthell/$pkgname-src-$pkgver.tar.gz) +_F_cd_path="$pkgname-$pkgver" +sha1sums=('6bff0335c765ee5f12117632b3bdad2cbf549f6b') + +_F_desktop_name="Waste's Edge" +_F_desktop_desc="A fantasy RPG" +_F_desktop_icon="wastesedge_32x32.xpm" +_F_desktop_exec="adonthell-wastesedge" +_F_desktop_categories="Game;AdventureGame;RolePlaying;" + +build() +{ + Fbuild + Fdesktop2 +} \ No newline at end of file _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
