wok-next view get-vivaldi/receipt @ rev 19743

Remake/fix: alsa-lib, alsaplayer; update base (LFS) packages: bash, binutils, bison, bzip2, diffutils, file, findutils, gawk, gcc, gettext, glibc, gmp, m4, mpc-library, mpfr, ncurses, patch, xz; update: tazpkg, cookutils, svgcleaner.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Jun 06 17:37:54 2017 +0300 (2017-06-06)
parents 5ae4d0a35669
children
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 DEPENDS="wget"
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/bin
17 cp stuff/get-vivaldi $fs/usr/bin
18 }