wok view frogatto-data/receipt @ rev 24554

updated flac and flac-dev again (1.3.3 -> 1.3.4)
author Hans-G?nter Theisgen
date Fri Feb 25 11:25:23 2022 +0100 (2022-02-25)
parents 781ac64941ee
children
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 }