wok-current view visualboyadvance-gtk/receipt @ rev 11070
Up: twisted to 11.0.0. Twisted-conch, twisted-web, and twisted-words is now in twisted.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon Oct 17 01:15:21 2011 +0000 (2011-10-17) |
parents | 3ea9f2d8e3a1 |
children | a0250385f2a5 |
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
16 cp -a $_pkg/usr/bin/gvba $fs/usr/bin
17 }