OESF Portables Forum

Everything Else => General Support and Discussion => Zaurus General Forums => Archived Forums => Software => Topic started by: alizia on June 02, 2006, 08:14:31 am

Title: Ipk Generation
Post by: alizia on June 02, 2006, 08:14:31 am
Hi guys,

I'm new here as a poster, but have read this forum for a long time.
Want to make some IPKs, but don't know what to put inside.

e.g. want to make an IPK of libxml2 latest version, but the makefile is so complicated that I don't see what a "make install" really does.

Is there another way to find out?

Thank you very much!
Alizia
Title: Ipk Generation
Post by: bam on June 06, 2006, 02:57:11 pm
so your compiling libxml2, make install actually installs the package, you might wanna try
$make DESTDIR="/path/to/wherever/" install
then you can tar/gzip/tar/gzip/ipk the contents where they belong
Title: Ipk Generation
Post by: alizia on June 07, 2006, 05:21:04 am
Thanks so much, bam. This way works beautifully. Great and simple.

a.