wok annotate wesnoth-music/receipt @ rev 20896

updated ethtool (4.2 -> 4.19)
author Hans-G?nter Theisgen
date Tue Feb 26 14:11:25 2019 +0100 (2019-02-26)
parents 380ffe05937a
children 1d8d692f4993
rev   line source
pascal@3049 1 # SliTaz package receipt.
pascal@3049 2
pascal@3049 3 PACKAGE="wesnoth-music"
pascal@15036 4 VERSION="1.10.3"
pascal@3049 5 CATEGORY="games"
pascal@3049 6 SHORT_DESC="Music files for wesnoth"
pascal@3049 7 MAINTAINER="mimas@slitaz.org"
pascal@15036 8 LICENSE="GPL2"
pascal@3049 9 WANTED="wesnoth"
pankso@3609 10 WEB_SITE="http://www.wesnoth.org/"
pascal@3049 11
pascal@3049 12 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@3049 13 genpkg_rules()
pascal@3049 14 {
pascal@3049 15 mkdir -p $fs/usr/share/wesnoth/data/core
pascal@3050 16 cp -a $src/data/core/music $fs/usr/share/wesnoth/data/core
pascal@3049 17 }
pascal@3049 18