wok view wesnoth-music/receipt @ rev 6172

Up: libgnomecanvas to 2.30.1.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Sep 10 12:23:56 2010 +0000 (2010-09-10)
parents 586729753bf9
children f0d3a960e727
line source
1 # SliTaz package receipt.
3 PACKAGE="wesnoth-music"
4 VERSION="1.8.3"
5 CATEGORY="games"
6 SHORT_DESC="Music files for wesnoth"
7 MAINTAINER="mimas@slitaz.org"
8 WANTED="wesnoth"
9 WEB_SITE="http://www.wesnoth.org/"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/share/wesnoth/data/core
15 cp -a $src/data/core/music $fs/usr/share/wesnoth/data/core
16 }