wok view frogatto-data/receipt @ rev 15679

lxc: add depend for linux-lxc
Add linux-lxc
author Stanislas Leduc <shann@slitaz.org>
date Fri Dec 20 20:12:42 2013 +0100 (2013-12-20)
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 }