wok-6.x diff frogatto-data/receipt @ rev 6828
Add ardour: mv from undigest
author | Rohit Joshi <jozee@slitaz.org> |
---|---|
date | Tue Oct 19 21:13:36 2010 -0400 (2010-10-19) |
parents | |
children | af022550edde |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/frogatto-data/receipt Tue Oct 19 21:13:36 2010 -0400 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 +