XYZ Interix Development
Monday, April 11, 2005
 
How to create a Interix package ?
  1. Download the original source code
  2. Create a temp directory at /var/tmp/port-name
  3. # ./configure --prefix=/var/tmp/port-name
  4. # make; make install
  5. # (cd /var/tmp/port-name && find -d * \! -type d) sort > pkgmanifest
  6. Copy packing directory to the /var/tmp/port-name
  7. Edit related files
  8. Run ./pack

Comments: Post a Comment

<< Home

Powered by Blogger