wok view transmission-web/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 ac5acdaca9f4
children 8d6f94a698d5
line source
1 # SliTaz package receipt.
3 PACKAGE="transmission-web"
4 VERSION="2.92"
5 CATEGORY="network"
6 SHORT_DESC="Transmission web interface."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WANTED="transmission"
10 SUGGESTED="transmission-daemon"
11 WEB_SITE="http://www.transmissionbt.com/"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/share
17 cp -a $install/usr/share/transmission $fs/usr/share
18 rm $fs/usr/share/transmission/web/LICENSE
19 }
21 post_install()
22 {
23 # Info message
24 echo "
25 You must activate the web interface throught Transmission and then
26 connect to: http://localhost:9091"
27 echo ""
28 }