wok view supertux-data/receipt @ rev 18886

firmware*: add descriptions, add firmware-iwlwifi-{100,105,135,2030,3160,7260,7265}
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Feb 12 15:45:46 2016 +0200 (2016-02-12)
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 }