It is a simple procedure, with one caveat. It requires you to have Optware, and because of space requirements it is HIGHLY recommended to have optware on a seperate disk, NOT JFFS.
ipkg install buildrootor
ipkg install optware-develand
ipkg install unzip
wget http://sourceforge.com/...
makeif you run into the error:
cc -Wall -DHAVE_MEMCPY -c -o mp3gain.o mp3gain.c cc: can't resolve symbol '__fsetlocking' make: *** [mp3gain.o] Error 1you need to point the LD_LIBRARY_PATH to your optware lib:
export LD_LIBRARY_PATH=/opt/lib:$LD_LIBRARY_PATH