wok-4.x view get-opera/receipt @ rev 10726

libtaz: Don't need to check /usr/bin/hg anymore. Best to get the tag 1.1.2 version. May need to delete the slitaz-dev-tools-1.1.2.tar.bz2 source on tank to make sure we have the tag version.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat May 28 20:44:37 2011 +0000 (2011-05-28)
parents 6f21be70783b
children
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 }