wok view get-opera/receipt @ rev 11401

Fix: typo in linux-libre-api-headers (thanks to godane)
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sun Dec 11 02:16:15 2011 +0100 (2011-12-11)
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 }