SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "dega"

# 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
}

3382 packages and 430813 files in stable database (Mon Mar 4 17:53:49 2019)