wok view get-opera/receipt @ rev 7196
Fix: ruby-gtk2: include Glade support for compatibility with Glade-created UIs. While still GTK-related, this is available only from the Ruby-GNOME source package, with no other implications.
author | Ben Arnold <ben@seawolfsanctuary.com> |
---|---|
date | Tue Nov 09 09:57:16 2010 +0000 (2010-11-09) |
parents | 6f21be70783b |
children | 42b8478866fb |
line source
1 # SliTaz package receipt.
3 PACKAGE="get-opera"
4 VERSION="1.00"
5 CATEGORY="non-free"
6 SHORT_DESC="Get Opera Web browser."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://www.opera.com/"
9 TAGS="browser"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/bin
15 cp stuff/get-opera $fs/usr/bin
16 }