wok view frogatto-data/receipt @ rev 19294

sane-backends, scons, scrot, shell-fm, smake, soundtouch, wireless_tools: fix man or doc path
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 06 16:30:34 2016 +0200 (2016-07-06)
parents af022550edde
children 0f4caca09bc0
line source
1 # SliTaz package receipt.
3 PACKAGE="frogatto-data"
4 VERSION="1.1.1"
5 CATEGORY="games"
6 SHORT_DESC="An old-school 2d platformer game, starring a certain quixotic frog (data files)"
7 MAINTAINER="gokhlayeh@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="http://www.frogatto.com"
10 WANTED="frogatto"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/games/frogatto
16 for i in data images music sounds FreeMono.ttf DejaVuSans.ttf; do
17 cp -a $src/$i $fs/usr/games/frogatto
18 done
19 }