arivero
07-24-2006, 06:44 AM
The document HOWTO-ipkg (http://download.intrinsyc.com/supported/os/linux/distribution/i-linux-4.1/i-packages-1.1/src/hello-world/HOWTO-ipkg) gives a short recipe to translate a .deb to .ipk, which can be useful if downloading files from debian ARM.
To mechanically convert a Debian deb file to an ipk file, simply execute
the following commands:
ar x <package>.deb
tar cvzf <package>.ipk ./debian-binary ./data.tar.gz ./control.tar.gz
To mechanically convert a Debian deb file to an ipk file, simply execute
the following commands:
ar x <package>.deb
tar cvzf <package>.ipk ./debian-binary ./data.tar.gz ./control.tar.gz