Active Topics

 



Notices


Reply
Thread Tools
Posts: 3 | Thanked: 1 time | Joined on Feb 2011
#1
Install libgnutls26 and libreadline5, findutils-gnu, binutils, wget, tar-gnu from repos.
Download:
Code:
 wget -c http://ftp.us.debian.org/debian/pool/main/l/lftp/lftp_3.7.3-1+lenny1_armel.deb
 wget -c http://ftp.us.debian.org/debian/pool/main/libe/libevent/libevent-1.4-2_1.4.13-stable-1_armel.deb
 wget -c http://ftp.us.debian.org/debian/pool/main/t/tmux/tmux_1.3-2_armel.deb
extract them one by one with ar and tar-gnu to root.
Like this:
Code:
cd /home/user/
ar x lftp_3.7.3-1+lenny1_armel.deb
root
cd /
export PATH=/usr/bin/gnu:$PATH
tar xvpf /home/user/data.tar.gz
For tmux you need additionally edit /etc/init.d/tmux-cleanup, so add this at the beginning of file, right after the comments:
Code:
PATH=/usr/bin/gnu:$PATH
and run:
Code:
sh /etc/init.d/tmux-cleanup start
NB. This not really work, because this is sysvinit script and i will not be executed at each startup anyway. So i think i need write upstart script, and maybe just really port deb package to maemo.

That's all.
And usual disclaimer.

I don't guarantee that this will work, but this work for me. And be careful, you can accidentally broke your system, and this tools will not be managed by the package management tools.

Have fun.

Last edited by kpykc; 2011-03-02 at 12:00.
 
Reply


 
Forum Jump


All times are GMT. The time now is 10:38.