wok-current view wormux-music/receipt @ rev 5478
Fixed acl-dev. Soft link acl.h to /usr/include/sys/acl.h. This is so cups-pam can be build.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu May 06 01:07:40 2010 +0000 (2010-05-06) |
parents | dd1933864dcc |
children | 762bd8aee887 |
line source
1 # SliTaz package receipt.
3 PACKAGE="wormux-music"
4 VERSION="0.8.5"
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 }