wok view supertux-data/receipt @ rev 14999

Add GPL3 licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 10 13:52:56 2013 +0000 (2013-08-10)
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 }