UPDATE!!!
For new users- install ipkg as per the instuctions found elsewhere in this wiki;
type:
ipkg update
ipkg install transmission
ipkg install libiconv
ipkg install perl-xml-parser
ipkg remove transmission
[This will install all the dependancies we require the lazy way! Then remove the old transmission]
then;
mkdir /tmp/myfiles/
cd /tmp/myfiles/
wget http://mirrors.m0k.org/transmission/files/transmission-1.50.tar.bz2
tar jxvf transmission-1.50.tar.bz2
cd transmission-1.50
export PKG_CONFIG_PATH=/usr/local/ssl/lib/pkgconfig/
./configure --prefix=/opt --datadir=/opt/share/ --disable-gtk --disable-nls CPPFLAGS=-DTR_EMBEDDED
if all goes OK then carry on and do;
Lastly type;
TRANSMISSION_WEB_HOME=/opt/share/transmission/web/
and it may well be worth your time adding this to your startup scripts!! (see below!)
This installs transmission into the standard optware directories just for ease of use for existing Ipkg users :)
Have tested and seems to be running OK, infact the old version 1.42 had some major issues for me with regards to REALLY slow downloads (like 1kb/s!) and trouble connecting to peers.
I have also found that my existing torrents which were running in the old 1.42 optware version have continued in this one :)
For automated scripts for starting/stopping transmission and other bits and peices, have a look at the forums here, or - HERE.
Any questions etc, just ask!
FingAZ