wok annotate wesnoth-music/receipt @ rev 3679

Fix: ocsinventory-agent. Add Tazpkg.pm. Fix filesystem reports.
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sun Jul 12 23:18:03 2009 +0200 (2009-07-12)
parents 36fea3ddfc1c
children b67661853cc9
rev   line source
pascal@3049 1 # SliTaz package receipt.
pascal@3049 2
pascal@3049 3 PACKAGE="wesnoth-music"
pascal@3049 4 VERSION="1.6.2"
pascal@3049 5 CATEGORY="games"
pascal@3049 6 SHORT_DESC="Music files for wesnoth"
pascal@3049 7 MAINTAINER="mimas@slitaz.org"
pascal@3049 8 WANTED="wesnoth"
pankso@3609 9 WEB_SITE="http://www.wesnoth.org/"
pascal@3049 10
pascal@3049 11 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@3049 12 genpkg_rules()
pascal@3049 13 {
pascal@3049 14 mkdir -p $fs/usr/share/wesnoth/data/core
pascal@3050 15 cp -a $src/data/core/music $fs/usr/share/wesnoth/data/core
pascal@3049 16 }
pascal@3049 17