wok annotate wesnoth-music/receipt @ rev 5369

rename qt-everywhere* to simple qt4; improve all receipts; tazwok need to work with SOURCE and WANTED (feature not patched for quite long now); improve compile options and add libQtOpenGL back
author Rohit Joshi <jozee@slitaz.org>
date Thu Apr 29 14:42:30 2010 -0400 (2010-04-29)
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