diff options
author | P. J. McDermott <pjm@nac.net> | 2012-01-19 12:53:01 (EST) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-01-19 12:53:01 (EST) |
commit | bba512b450cb2e3143fc0c82687bc3c68a3d6803 (patch) | |
tree | 71c7d9932164e4094c3a02b7284d19a4a6c82fd0 | |
parent | 77d846f54fef44bf574e5d434a304e43d2b72d23 (diff) |
Document planned "opkhelper" scripts.
-rw-r--r-- | opkhelper-scripts.txt | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/opkhelper-scripts.txt b/opkhelper-scripts.txt new file mode 100644 index 0000000..d41ad60 --- /dev/null +++ b/opkhelper-scripts.txt @@ -0,0 +1,48 @@ +NAME + opkbuild - Build opkg packages. + +SYNOPSIS + opkbuild [binpkg] + +DESCRIPTION + opkbuild builds binary packages from a source package. + + +NAME + oh-strip - Strip binary objects of symbols. + +SYNOPSIS + oh-strip [-g] [-l] binaryfile... + +DESCRIPTION + oh-strip strips binary object files of symbols, optionally first copying + debugging symbols into a debugging object file. + +OPTIONS + -g + Copy debugging symbols into a debugging object file and add a link from + binaryfile to the debugging object file. + -l + Treat binaryfile as a library. + + +NAME + oh-installfiles - Install files into a binary package staging area. + +SYNOPSIS + oh-installfiles pkgname... + +DESCRIPTION + oh-installfiles moves files from the source package installation directory + to a binary package staging area, based on the patterns in the binary + package's 'install' file. + + +NAME + oh-buildokg - Pack binary package files into an opk file. + +SYNOPSIS + oh-buildopk pkgname... + +DESCRIPTION + oh-buildopk packs files in a binary package staging area into an opk file. |