wok-stable view wesnoth-music/receipt @ rev 12457

linux: CVE-2016-5195
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Oct 21 16:31:54 2016 +0200 (2016-10-21)
parents b67661853cc9
children
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="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 }