codekasten/web-splash
2005-05-18 03:31:27 +00:00
..
ipkg package created 2005-05-18 03:31:27 +00:00
splash-site redirection by index.html 2005-05-17 10:25:18 +00:00
README package created 2005-05-18 03:31:27 +00:00
splash-functions.inc now it works 2005-05-17 10:11:28 +00:00
TODO redirection by index.html 2005-05-17 10:25:18 +00:00
web-splash.cgi now it works 2005-05-17 10:11:28 +00:00
web-splash.conf package created 2005-05-18 03:31:27 +00:00
web-splash.sh now it works 2005-05-17 10:11:28 +00:00

1. creating the ipkg package

1.1 install ipkg-utils

- get it: ftp://ftp.handhelds.org/packages/ipkg-utils/
- unpack it
- make
- make install

Strangely the script ipkg-buildpackage does not get installed. You have to copy it manually
to /usr/local/bin/.

There is a problem with the choice of the archiver:
- tar
- ar
ipkg-build (which is called by ipkg-buildpackage) uses "ar" by default, but most busybox
installations do not include this archiver.
To change the default archiver for ipkg-build you could pass the option "-c" to it.
As it is called by ipkg-buildpackage you have to change this by hand:
- look for a line that starts with "ipkg-build " near to the end of ipkg-buildpackage
- insert "-c" after "ipkg-build"


1.2 create control files for the package
for detailed instructions see "http://handhelds.org/moin/moin.cgi/BuildingIpkgs"
(note: the directory "CONTROL" can be "ipkg" too)


1.3 package the software
fakeroot SOURCE_DIR ipkg-buildpackage