Author Topic: Ipk Generation  (Read 2009 times)

alizia

  • Newbie
  • *
  • Posts: 2
    • View Profile
Ipk Generation
« 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
Zaurus SL-C3100, Cacko ROM

bam

  • Hero Member
  • *****
  • Posts: 1213
    • View Profile
    • http://thegrinder.ws
Ipk Generation
« Reply #1 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
SL-C3100 current: Stock/Tetsu 18h
Socket BT CF Card
Linksys WCF-12 802.11b/Cheapie USB Ethernet

The Grinder

alizia

  • Newbie
  • *
  • Posts: 2
    • View Profile
Ipk Generation
« Reply #2 on: June 07, 2006, 05:21:04 am »
Thanks so much, bam. This way works beautifully. Great and simple.

a.
Zaurus SL-C3100, Cacko ROM