- tzdata
Since the source code is copied over anyway, there is no need
to patch it up in a previous step. We can do that in the build
function instead.
- shadow
The hooks was used to remove "groups" from the installed
binaries. This is no longer needed. Instead, simply don't
package it.
Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
Instead of prefixing the search path with $PKGDEPLOYDIR and then
stripping the prefix off again every single time, do that inside
the pkg_scan_dir function.
Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
For every package that generates headers and static libraries in addition
to other binaries, add a *-dev package with propper dependencies.
Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
- rewrite the rootfs_files.txt listings to the format used by pkg
- create package files from each package
- use "pkg install" to manage installation of packages and dependencies
into the rootfs and initrd staging dirs
Signed-off-by: David Oberhollenzer <goliath@infraroot.at>