wok view transmission-web/receipt @ rev 23848

inkscape: update build_depends
author Richard Dunbar <mojo@slitaz.org>
date Sun Jun 14 23:18:03 2020 -0400 (2020-06-14)
parents 8d6f94a698d5
children
line source
1 # SliTaz package receipt.
3 PACKAGE="transmission-web"
4 VERSION="2.94"
5 CATEGORY="network"
6 SHORT_DESC="Transmission - web interface."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://web.archive.org/web/20200122162854/https://transmissionbt.com/"
11 SUGGESTED="transmission-daemon"
12 WANTED="transmission"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/share
18 cp -a $install/usr/share/transmission $fs/usr/share
19 rm $fs/usr/share/transmission/web/LICENSE
20 }
22 post_install()
23 {
24 # Info message
25 echo "
26 You must activate the web interface throught Transmission and then
27 connect to: http://localhost:9091"
28 echo ""
29 }