# HG changeset patch # User Christopher Rogers # Date 1301818875 0 # Node ID 6583cc0e6f66b94e46b1025c861b6c641d406a33 # Parent 9dcc2780c7a0a0ce7d2c2f6f4742e539571b2561 Add dega. A command line emulator for Sega Master System and Game Gear. diff -r 9dcc2780c7a0 -r 6583cc0e6f66 dega/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dega/receipt Sun Apr 03 08:21:15 2011 +0000 @@ -0,0 +1,27 @@ +# 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" +DEPENDS="libsdl" +BUILD_DEPENDS="nasm" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://www.finalburn.com/dega" +WGET_URL="http://www.emulinks.de/emus/$TARBALL" + +# 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 +} +