wok annotate wesnoth-music/receipt @ rev 15207

Add mktorrent
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 10 12:15:52 2013 +0000 (2013-09-10)
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