wok annotate wesnoth-music/receipt @ rev 25004

updated ntfs-3g and ntfs-3g-dev (2017.3.23 -> 2021.8.22)
author Hans-G?nter Theisgen
date Mon May 16 16:20:40 2022 +0100 (2022-05-16)
parents 9fec26b381a1
children
rev   line source
pascal@3049 1 # SliTaz package receipt.
pascal@3049 2
pascal@3049 3 PACKAGE="wesnoth-music"
pascal@21584 4 VERSION="1.14.7"
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