diff options
Diffstat (limited to 'opkhelper.pkg/control')
-rw-r--r-- | opkhelper.pkg/control | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/opkhelper.pkg/control b/opkhelper.pkg/control new file mode 100644 index 0000000..d237160 --- /dev/null +++ b/opkhelper.pkg/control @@ -0,0 +1,13 @@ +Package: opkhelper +Architecture: all +Depends: opkg +Description: opkg build helper tools + A set of programs to assist in building binary packages installable by the + lightweight package manager "opkg" [1]. These tools are inspired by + "debhelper" [2], a similar set of programs written primarily by Joey Hess for + Debian. They are designed to build source packages that comply with draft + version 1.0 of this source package format: + <http://wiki.os.pehjota.net/specs/source_package_format_1.0> + . + 1: <https://code.google.com/p/opkg/> + 2: <http://kitenet.net/~joey/code/debhelper/> |