# SliTaz package receipt.

PACKAGE="supertux-data"
VERSION="0.3.3"
CATEGORY="games"
SHORT_DESC="SuperTux data files"
MAINTAINER="slaxemulator@gmail.com"
WEB_SITE="http://supertux.lethargik.org/"
WANTED="supertux"

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
	echo Copying data...
	mkdir -p $fs/usr/share
	cp -a $_pkg/usr/share/games $fs/usr/share
}