wok view transmission-web/receipt @ rev 4630

linux-source: aufs2 fix + install speedup (thanks erjo)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Dec 22 10:10:01 2009 +0100 (2009-12-22)
parents 0ef2d770cbeb
children 734283599021
line source
1 # SliTaz package receipt.
3 PACKAGE="transmission-web"
4 VERSION="1.76"
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 }