wok view transmission-web/receipt @ rev 10082

Up: qt4 to 4.7.3. This adds sercurity fixes in this release. Add libQtPlugins so you don't need to install Qt4-dev to run mixxx.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri May 20 06:22:56 2011 +0000 (2011-05-20)
parents 47df2de989f5
children 3037a95e97b5
line source
1 # SliTaz package receipt.
3 PACKAGE="transmission-web"
4 VERSION="2.22"
5 CATEGORY="network"
6 SHORT_DESC="Transmission web interface."
7 MAINTAINER="pankso@slitaz.org"
8 WANTED="transmission"
9 SUGGESTED="transmission-daemon"
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 }