wok view transmission-web/receipt @ rev 1990

Fix: xrick CATEGORY
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Tue Jan 06 23:40:55 2009 +0100 (2009-01-06)
parents 6fde583951a3
children 594e1cf79d49
line source
1 # SliTaz package receipt.
3 PACKAGE="transmission-web"
4 VERSION="1.40"
5 CATEGORY="network"
6 SHORT_DESC="Transmission web interface."
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="transmission"
9 WANTED="transmission"
10 WEB_SITE="http://www.transmissionbt.com/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/share
16 cp -a $_pkg/usr/share/transmission $fs/usr/share
17 rm $fs/usr/share/transmission/web/LICENSE
18 }
20 post_install()
21 {
22 # Info message
23 echo "
24 You must activate the web interface throught Transmission and then
25 connect to: http://localhost:9091"
26 echo ""
27 }