wok view supertux-data/receipt @ rev 22876

web-applications: localize wikipedia
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Feb 21 18:28:59 2020 +0100 (2020-02-21)
parents 62e8a8e12e45
children
line source
1 # SliTaz package receipt.
3 PACKAGE="supertux-data"
4 VERSION="0.3.3"
5 CATEGORY="games"
6 SHORT_DESC="SuperTux data files"
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="GPL3"
9 WEB_SITE="http://supertux.lethargik.org/"
10 WANTED="supertux"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 echo Copying data...
16 mkdir -p $fs/usr/share
17 cp -a $install/usr/share/games $fs/usr/share
18 }