wok-6.x annotate get-opera/receipt @ rev 11682
Up: git to 1.7.9.1. Add git-daemon so the user can run a web daemon of git repos.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat Feb 18 08:37:39 2012 -0500 (2012-02-18) |
parents | 6f21be70783b |
children | 42b8478866fb |
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@1619 | 8 WEB_SITE="http://www.opera.com/" |
jozee@4980 | 9 TAGS="browser" |
pascal@1619 | 10 |
pascal@1619 | 11 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@1619 | 12 genpkg_rules() |
pascal@1619 | 13 { |
pascal@1619 | 14 mkdir -p $fs/usr/bin |
pascal@1619 | 15 cp stuff/get-opera $fs/usr/bin |
pascal@1619 | 16 } |
pascal@1619 | 17 |