wok diff frogatto-data/receipt @ rev 6577

Fixed lemon. Moved the compiling lemon into sqlite. This way lemon is more normal wanted package with only genpkg_rules.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Oct 08 18:47:02 2010 +0000 (2010-10-08)
parents
children af022550edde
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/frogatto-data/receipt	Fri Oct 08 18:47:02 2010 +0000
     1.3 @@ -0,0 +1,19 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="frogatto-data"
     1.7 +VERSION="1.0.3"
     1.8 +CATEGORY="games"
     1.9 +SHORT_DESC="An old-school 2d platformer game, starring a certain quixotic frog (data files)"
    1.10 +MAINTAINER="gokhlayeh@mailoo.org"
    1.11 +WEB_SITE="http://www.frogatto.com"
    1.12 +WANTED="frogatto"
    1.13 +
    1.14 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.15 +genpkg_rules()
    1.16 +{
    1.17 +	mkdir -p $fs/usr/games/frogatto
    1.18 +	for i in data images music sounds FreeMono.ttf DejaVuSans.ttf; do
    1.19 +		cp -a $src/$i $fs/usr/games/frogatto
    1.20 +	done
    1.21 +}
    1.22 +