wok view wesnoth-music/receipt @ rev 16493

ARM: add tk (so we may have Python IDLE)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Apr 23 15:29:12 2014 +0200 (2014-04-23)
parents 380ffe05937a
children 1d8d692f4993
line source
1 # SliTaz package receipt.
3 PACKAGE="wesnoth-music"
4 VERSION="1.10.3"
5 CATEGORY="games"
6 SHORT_DESC="Music files for wesnoth"
7 MAINTAINER="mimas@slitaz.org"
8 LICENSE="GPL2"
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 }