wok diff frogatto-data/receipt @ rev 21765
updated frogatto and frogatto-data (1.1.1 -> 1.3.1)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Jun 29 09:06:33 2019 +0100 (2019-06-29) |
parents | 205d192370e5 |
children | 781ac64941ee |
line diff
1.1 --- a/frogatto-data/receipt Tue Aug 13 13:22:54 2013 +0000 1.2 +++ b/frogatto-data/receipt Sat Jun 29 09:06:33 2019 +0100 1.3 @@ -1,20 +1,21 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="frogatto-data" 1.7 -VERSION="1.1.1" 1.8 +VERSION="1.3.1" 1.9 CATEGORY="games" 1.10 -SHORT_DESC="An old-school 2d platformer game, starring a certain quixotic frog (data files)" 1.11 +SHORT_DESC="An old-school 2d platform game, starring a certain quixotic frog (data files)." 1.12 MAINTAINER="gokhlayeh@slitaz.org" 1.13 LICENSE="GPL3" 1.14 -WEB_SITE="http://www.frogatto.com" 1.15 +WEB_SITE="https://www.frogatto.com" 1.16 + 1.17 WANTED="frogatto" 1.18 1.19 # Rules to gen a SliTaz package suitable for Tazpkg. 1.20 genpkg_rules() 1.21 { 1.22 mkdir -p $fs/usr/games/frogatto 1.23 - for i in data images music sounds FreeMono.ttf DejaVuSans.ttf; do 1.24 + for i in data images music sounds FreeMono.ttf DejaVuSans.ttf 1.25 + do 1.26 cp -a $src/$i $fs/usr/games/frogatto 1.27 - done 1.28 + done 1.29 } 1.30 -