Wow great !!!!
I install transmission-2.71, I try to explain it
From squeeze version, thanks cpgeek
apt-get install dpkg-dev
apt-get install intltool
apt-get install zlib1g-dev zlib1g
apt-get install checkinstall
if you don't have install the transmission version from squeeze, instaled it
apt-get install transmission-daemon
stop transmission
/etc/init.d/transmission-daemon stop
cp /etc/apt/sources.list.wheezy /etc/apt/sources.list
(sources.list.wheezy is the same of cpgeek)
vi /etc/apt/sources.list
add more repositories
deb
http://ftp.fr.debian.org/debian/ wheezy main contrib non-free
deb-src
http://ftp.fr.debian.org/debian/ wheezy main contrib non-free
apt-get update
apt-get install libevent-dev
cd /root
cp /etc/apt/sources.list.squeeze /etc/apt/sources.list
apt-get update
wget
http://download.transmissionbt.com/file ... 71.tar.bz2tar -xvjf transmission-2.71.tar.bz2
cd /root/transmission-2.71
export PKG_CONFIG_PATH='/usr/lib/arm-linux-gnueabi/pkgconfig/'
./configure --enable-nls --enable-lightweight --enable-cli --enable-daemon
make
checkinstall
now you have install transmission-2.71 version but it is in /usr/local/bin with debian package it was installed in /usr/bin don't worry
cd /etc/init.d
vi transmision-daemon
change
DAEMON=/usr/bin/$NAME
for
DAEMON=/usr/local/bin/$NAME
cd /usr/bin
remove the old transmission
rm transmission*
/etc/init.d/transmission-daemon start
Enjoy it.
Thanks cpgeek
Thanks Mijzelf