wok view get-dropbox/receipt @ rev 22042

gcc83-lib-base: do NOT provide gcc-lib-base
Currently BOTH gcc-lib-base and gcc83-lib-base are installed on my SliTaz system. So, with the current (and longstanding) tazpkg limitations I can't update just gcc-lib-base: tazpkg always updates gcc83-lib-base for me instead. Now I can't run Firefox, Vivaldi, Chrome, etc. I think because of gcc-lib-base, but I not sure 1bsolutely.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 22 12:55:54 2019 +0300 (2019-10-22)
parents c9fee97edf17
children 44e5646831ce
line source
1 # SliTaz package receipt.
3 PACKAGE="get-dropbox"
4 VERSION="1.00"
5 CATEGORY="non-free"
6 SHORT_DESC="Get Dropbox daemon and client for online storage."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="http://www.getdropbox.com/"
10 DEPENDS="wget"
11 TAGS="sync storage"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/bin $fs/usr/share/pixmaps
17 cp stuff/get-dropbox $fs/usr/bin
18 cp stuff/dropbox.png $fs/usr/share/pixmaps
19 }