wok-stable view wormux-music/receipt @ rev 6565

Added mesa, libdrm-dev, xorg-dev-proto, and libxcb-dev to depends of mesa-dev. Fixes pkgconfig --cflags glw from not working in clean chroot.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Oct 08 00:43:28 2010 +0000 (2010-10-08)
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 }