wok view wesnoth-music/receipt @ rev 3510
Add: linux-input-touchscreen; update other linux-* pkgs
author | Rohit Joshi <jozee@slitaz.org> |
---|---|
date | Fri Jun 19 15:32:06 2009 +0000 (2009-06-19) |
parents | 663221981524 |
children | 586729753bf9 |
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 $src/data/core/music $fs/usr/share/wesnoth/data/core
16 }