wok view dega/receipt @ rev 10691

tazwok: myabe fix receipt
author Christophe Lincoln <pankso@slitaz.org>
date Fri May 27 21:29:22 2011 +0200 (2011-05-27)
parents 6583cc0e6f66
children a0250385f2a5
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"
12 DEPENDS="libsdl"
13 BUILD_DEPENDS="nasm libsdl-dev"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 make
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/bin
26 cp -a $src/dega $fs/usr/bin
27 }