wok annotate wesnoth-music/receipt @ rev 22040

updated tokyocabinet and tokyocabinet-dev (1.4.32 -> 1.4.48)
author Hans-G?nter Theisgen
date Mon Oct 21 17:24:12 2019 +0100 (2019-10-21)
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