wok view wesnoth-music/receipt @ rev 15000

Add some GPL2 licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 10 17:00:38 2013 +0000 (2013-08-10)
parents f0d3a960e727
children 9fec26b381a1
line source
1 # SliTaz package receipt.
3 PACKAGE="wesnoth-music"
4 VERSION="1.8.5"
5 CATEGORY="games"
6 SHORT_DESC="Music files for wesnoth"
7 MAINTAINER="mimas@slitaz.org"
8 WANTED="ofono"
9 WANTED="wesnoth"
10 WEB_SITE="http://www.wesnoth.org/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/share/wesnoth/data/core
16 cp -a $src/data/core/music $fs/usr/share/wesnoth/data/core
17 }