wok-4.x view wesnoth-music/receipt @ rev 3049
Add wesnoth (thanks mimas)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed May 13 10:29:14 2009 +0200 (2009-05-13) |
parents | |
children | 36fea3ddfc1c |
line source
1 # SliTaz package receipt.
3 PACKAGE="wesnoth-music"
4 VERSION="1.6.2"
5 CATEGORY="games"
6 SHORT_DESC="Music files for wesnoth"
7 MAINTAINER="mimas@slitaz.org"
8 WANTED="wesnoth"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/share/wesnoth/data/core
15 cp -a $_pkg/usr/share/wesnoth/data/core/music $fs/usr/share/wesnoth/data/core
16 }