wok view wormux-music/receipt @ rev 6719

Fixed linux recepit so there will be not need for them to be repackage twiced.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Oct 14 17:57:21 2010 +0000 (2010-10-14)
parents 3dafb9a446c1
children
line source
1 # SliTaz package receipt.
3 PACKAGE="wormux-music"
4 VERSION="0.9.2.1"
5 CATEGORY="games"
6 SHORT_DESC="Wormux game music (~15Mb)."
7 DEPENDS="wormux"
8 WANTED="wormux"
9 MAINTAINER="pankso@slitaz.org"
10 WEB_SITE="http://www.wormux.org/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/share/wormux
16 cp -a $_pkg/usr/share/wormux/music $fs/usr/share/wormux
17 }