wok-next view get-opera/receipt @ rev 20785

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
parents 112c7cb6ae86
children d958fec46c9f
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 LICENSE="BSD"
9 WEB_SITE="http://www.opera.com/"
10 TAGS="browser"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/bin
16 cp stuff/get-opera $fs/usr/bin
17 }