wok view transmission-web/receipt @ rev 3615

get-google-chrome: update DEPENDS
author Liu Peng <rocky@slitaz.org>
date Tue Jun 30 05:22:50 2009 +0000 (2009-06-30)
parents ac9eadd43fcc
children 3eb5f48c496d
line source
1 # SliTaz package receipt.
3 PACKAGE="transmission-web"
4 VERSION="1.71"
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 }