wok-stable view wesnoth-music/receipt @ rev 4575
lighttpd: fix WGET_URL
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Dec 09 20:47:04 2009 +0100 (2009-12-09) |
parents | 36fea3ddfc1c |
children | b67661853cc9 |
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"
9 WEB_SITE="http://www.wesnoth.org/"
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 $src/data/core/music $fs/usr/share/wesnoth/data/core
16 }