wok-current view visualboyadvance-gtk/receipt @ rev 13721
Add cherrytree: A hierarchical note taking application, featuring rich text and syntax highlighting, storing data in a single xml or sqlite file.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Dec 21 08:15:57 2012 +0000 (2012-12-21) |
parents | 9d96618235b2 |
children | 380ffe05937a |
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/"
11 TAGS="emulator gameboy"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/bin
17 cp -a $_pkg/usr/bin/gvba $fs/usr/bin
18 }