Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=4cdeec5829a2737378c659dc2ac764b6caf71ae6
commit 4cdeec5829a2737378c659dc2ac764b6caf71ae6 Author: Devil505 <[email protected]> Date: Fri Dec 30 09:41:22 2011 +0100 omnitux-1.2.1-1-i686 * new package diff --git a/source/games-extra/omnitux/FrugalBuild b/source/games-extra/omnitux/FrugalBuild new file mode 100644 index 0000000..3d1de41 --- /dev/null +++ b/source/games-extra/omnitux/FrugalBuild @@ -0,0 +1,27 @@ +# Compiling Time: 0.02 SBU +# Maintainer: Devil505 <[email protected]> + +pkgname=omnitux +pkgver=1.2.1 +pkgrel=1 +pkgdesc="An educational game based on multimedia elements." +url="http://mookooh.org/coverfinder/" +depends=('pygame' 'pygtk') +groups=('games-extra') +archs=('i686') +_F_sourceforge_ext=".tar.bz2" +Finclude sourceforge +sha1sums=('94699a1e5d151404a9a53d27ff967bc4487dc6ad') + +_F_desktop_name="Omnitux" +_F_desktop_desc="An educational game based on multimedia elements" +_F_desktop_icon="/usr/share/omnitux/data/default/icons/ico/Omnitux_logo_for_ico.png" +_F_desktop_categories="Application;Game;KidsGame;Education" + +build() { + Fcd $pkgname + Fmkdir /usr/share/$pkgname + cp -R * $Fdestdir/usr/share/$pkgname || Fdie + Fwrapper "cd /usr/share/omnitux/ && ./omnitux.sh" $pkgname + Fdesktop2 +} _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
