wok view dega/receipt @ rev 9675

nano: clean-up receipt
author Christophe Lincoln <pankso@slitaz.org>
date Wed May 04 20:15:33 2011 +0200 (2011-05-04)
parents
children 331d7b73388c
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 DEPENDS="libsdl"
9 BUILD_DEPENDS="nasm"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WEB_SITE="http://www.finalburn.com/dega"
12 WGET_URL="http://www.emulinks.de/emus/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 make
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs/usr/bin
25 cp -a $src/dega $fs/usr/bin
26 }