wok view dega/receipt @ rev 13041

Update emulator tags
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jun 15 15:24:09 2012 +0200 (2012-06-15)
parents 331d7b73388c
children ce734eff2506
line source
1 # SliTaz package receipt.
3 PACKAGE="dega"
4 VERSION="1.12"
5 CATEGORY="games"
6 SHORT_DESC="A small Sega Master System and Game Gear emulator"
7 MAINTAINER="slaxemulator@gmail.com"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://www.finalburn.com/dega"
10 WGET_URL="http://www.emulinks.de/emus/$TARBALL"
11 TAGS="emulator sega"
13 DEPENDS="libsdl"
14 BUILD_DEPENDS="nasm libsdl-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 make
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr/bin
27 cp -a $src/dega $fs/usr/bin
28 }