wok view wesnoth-music/receipt @ rev 21600

Up: smplayer(19.5.0), xine-lib(1.2.9), xine-ui(0.99.10)
author maniac
date Thu May 23 12:16:28 2019 +0300 (2019-05-23)
parents 9fec26b381a1
children
line source
1 # SliTaz package receipt.
3 PACKAGE="wesnoth-music"
4 VERSION="1.14.7"
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 }