wok view get-vivaldi/receipt @ rev 19120

sqlite: fix arm build (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun May 08 13:44:26 2016 +0200 (2016-05-08)
parents
children 5ae4d0a35669
line source
1 # SliTaz package receipt.
3 PACKAGE="get-vivaldi"
4 VERSION="1.0"
5 CATEGORY="non-free"
6 SHORT_DESC="An advanced browser made with the power user in mind"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="non-free"
9 WEB_SITE="https://vivaldi.com/"
10 TAGS="web-browser"
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/bin
15 cp stuff/get-vivaldi $fs/usr/bin
16 }