wok view transmission-web/receipt @ rev 3053

Add linux-ext4 linux-hfs linux-minix
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed May 13 16:03:39 2009 +0200 (2009-05-13)
parents 996bbaa58ade
children 99b59378d399
line source
1 # SliTaz package receipt.
3 PACKAGE="transmission-web"
4 VERSION="1.60"
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 }