wok-current annotate get-opera-blink/receipt @ rev 22377

linux[64]-zram: modified modprobe command according to bug report 230
author Hans-G?nter Theisgen
date Thu Nov 28 07:37:48 2019 +0100 (2019-11-28)
parents
children
rev   line source
al@19674 1 # SliTaz package receipt.
al@19674 2
al@19674 3 PACKAGE="get-opera-blink"
al@19674 4 VERSION="1.00"
al@19674 5 CATEGORY="non-free"
al@19674 6 SHORT_DESC="Get the latest Opera Web browser (Blink engine)."
al@19674 7 MAINTAINER="al.bobylev@gmail.com"
al@19674 8 LICENSE="BSD"
al@19674 9 WEB_SITE="https://www.opera.com/"
al@19674 10 TAGS="browser"
al@19674 11
al@19674 12 # Rules to gen a SliTaz package suitable for Tazpkg.
al@19674 13 genpkg_rules()
al@19674 14 {
al@19674 15 mkdir -p $fs/usr/bin
al@19674 16 cp $stuff/get-opera-blink $fs/usr/bin
al@19674 17 }