wok view transmission-web/receipt @ rev 22056
updated ttyload (0.5 -> 0.5.3)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Oct 23 15:56:36 2019 +0100 (2019-10-23) |
parents | d2d5bdba2570 |
children | 261355c410d6 |
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://www.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 }