diff options
author | P. J. McDermott <pjm@nac.net> | 2012-06-21 12:02:30 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-06-21 12:04:51 (EDT) |
commit | c71fa7900f033f9a75fd501d822b4a14d52e8d5c (patch) | |
tree | 89a06544791e049bf5c99986154e30994cc03567 /opkhelper-1.0.pkg/control | |
parent | e3cb13e367e82194802e4b89ea86dc6981012ce8 (diff) |
Version packages, set libdir, fix build system.
What was upstream thinking when writing configure?
Diffstat (limited to 'opkhelper-1.0.pkg/control')
-rw-r--r-- | opkhelper-1.0.pkg/control | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/opkhelper-1.0.pkg/control b/opkhelper-1.0.pkg/control new file mode 100644 index 0000000..a2b0651 --- /dev/null +++ b/opkhelper-1.0.pkg/control @@ -0,0 +1,13 @@ +Package: opkhelper-1.0 +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/> |