wok view visualboyadvance-gtk/receipt @ rev 7674

Fixed linux. Need to make folder PWD/_pkg before adding bzImage to it. Also i'm force copying kernel config file now so we have the right config. It is copyed twice so its needed and doesn't hunt anything i think.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Dec 16 17:16:06 2010 +0000 (2010-12-16)
parents
children 3ea9f2d8e3a1
line source
1 # SliTaz package receipt.
3 PACKAGE="visualboyadvance-gtk"
4 VERSION="1.7.2"
5 CATEGORY="games"
6 SHORT_DESC="An emulator for Gameboy and Gameboy Advance systems (GTK frontend)."
7 MAINTAINER="gokhlayeh@slitaz.org"
8 WANTED="visualboyadvance"
9 DEPENDS="libglademm visualboyadvance"
10 WEB_SITE="http://vba.ngemu.com/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/bin $fs/usr/games $fs/usr/share/applications
16 cp -a stuff/*.desktop $fs/usr/share/applications
17 _pkg=${_pkg/$WANTED-$VERSION/VisualBoyAdvance-$VERSION}
18 cp -a $_pkg/usr/bin/gvba $fs/usr/bin
19 cp -a $_pkg/usr/games/* $fs/usr/games
20 }