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

