# SliTaz package receipt.

PACKAGE="dega"
VERSION="1.12"
CATEGORY="games"
SHORT_DESC="A small Sega Master System and Game Gear emulator"
MAINTAINER="slaxemulator@gmail.com"
TARBALL="$PACKAGE-$VERSION.tar.gz"
WEB_SITE="http://www.finalburn.com/dega"
WGET_URL="http://www.emulinks.de/emus/$TARBALL"

DEPENDS="libsdl"
BUILD_DEPENDS="nasm libsdl-dev"

# Rules to configure and make the package.
compile_rules()
{
	cd $src
	make
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
	mkdir -p $fs/usr/bin
	cp -a $src/dega $fs/usr/bin
}