wok view frogatto-data/receipt @ rev 21766

updated frogatto and frogatto-data again (1.1.1 -> 1.3.1)
author Hans-G?nter Theisgen
date Sat Jun 29 09:15:49 2019 +0100 (2019-06-29)
parents 0f4caca09bc0
children 4d023db68233
line source
1 # SliTaz package receipt.
3 PACKAGE="frogatto-data"
4 VERSION="1.3.1"
5 CATEGORY="games"
6 SHORT_DESC="An old-school 2d platform game, starring a certain quixotic frog (data files)."
7 MAINTAINER="gokhlayeh@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="https://www.frogatto.com"
11 WANTED="frogatto"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/games/frogatto
17 for i in data images music FreeMono.ttf DejaVuSans.ttf
18 do
19 cp -a $src/$i $fs/usr/games/frogatto
20 done
21 cp -a $src/modules/frogatto/sounds $fs/usr/games/frogatto
22 }