PDA

View Full Version : Ipkg - Packet manager for Azbox


LilleMama
28-11-2009, 21:32
Ipkg - Packet manager for Azbox
ipkg - Packet manager for Azbox

Hi, guys

I successfully compiled and installed ipkg - package manager on Azbox, now you can install any soft from repo ()

1. Choose root folder on hard disk and create opt dir there
Code:
mkdir -p /DATA/usb1/sda3/opt
mount it on /opt it will be mounted every system startup

Code:
mount -o bind /DATA/usb1/sda3/opt /opt
2. Copy ipkg_set.tar.gz to some temp folder on azbox by ftp, /root is ok, cd to /root and untar ipkg_set.tar.gz

Code:
tar xzf ipkg_set.tar.gzlsS90UserScripts ipkg.conf once.sh* rcS*ipkg-cl* ipkg_set.tar.gz rcK*
3. Edit S90UserScripts you have to change ROOT_OPT to your location

for me it

ROOT_OPT=/DATA/usb1/sda3/opt

4. Lanch once.sh
Code:
./once.sh
5. Lanch ipkg-cl

Code:
./ipkg-cl update
6. Check ipkg work with repo
./ipkg-cl list

you should se packets list

7. Install ipkg from repo

Code:
./ipkg-cl install ipkg-opt
ipkg and uclibc sould be installed

8. Forget ipkg-cl , now use only ipkg
9. Power off/on box
10. Examples

try ipkg without arguments for help

Code:
ipkg updateipkg list
for packages list

Code:
ipkg install mc
installs Midnight Commander

You are all set now

Thanks to mastu

ipkg.zip 155.70 KB