wok-6.x annotate wesnoth-music/receipt @ rev 5985

gdb-dev: Update to remove files already included by binutils
author Matthew Sheets <rcx@zoominternet.net>
date Sat Aug 14 00:25:26 2010 +0000 (2010-08-14)
parents 586729753bf9
children f0d3a960e727
rev   line source
pascal@3049 1 # SliTaz package receipt.
pascal@3049 2
pascal@3049 3 PACKAGE="wesnoth-music"
erjo@5938 4 VERSION="1.8.3"
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