wok annotate get-opera/receipt @ rev 15581

xorg-cf-files: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Nov 30 11:11:23 2013 +0000 (2013-11-30)
parents 112c7cb6ae86
children 95c1cfd77dbc
rev   line source
pascal@1619 1 # SliTaz package receipt.
pascal@1619 2
pascal@1619 3 PACKAGE="get-opera"
pascal@1619 4 VERSION="1.00"
pascal@1619 5 CATEGORY="non-free"
pascal@1619 6 SHORT_DESC="Get Opera Web browser."
pascal@1619 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15199 8 LICENSE="BSD"
pascal@1619 9 WEB_SITE="http://www.opera.com/"
jozee@4980 10 TAGS="browser"
pascal@1619 11
pascal@1619 12 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1619 13 genpkg_rules()
pascal@1619 14 {
pascal@1619 15 mkdir -p $fs/usr/bin
pascal@1619 16 cp stuff/get-opera $fs/usr/bin
pascal@1619 17 }
pascal@1619 18