diff options
author | P. J. McDermott <pjm@nac.net> | 2012-04-24 15:44:54 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-04-24 15:44:54 (EDT) |
commit | 4d865f22e53595001b17ad0cdf8ac50f8bc920bd (patch) | |
tree | 62bb13f9d7eba70c5f74131ca725632e2dd3c689 /README | |
parent | 22df5e32a6a0aff03606767f8d0d85a8f8697224 (diff) |
Update and reformat 'README'.
Diffstat (limited to 'README')
-rw-r--r-- | README | 35 |
1 files changed, 20 insertions, 15 deletions
@@ -1,37 +1,42 @@ opkhelper - 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> +opkhelper is 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, and dpkg, Debian's package manager [3]. + +opkhelper is designed to build source packages that comply with draft version +1.0 of a new source package format [4]. 1: <https://code.google.com/p/opkg/> 2: <http://kitenet.net/~joey/code/debhelper/> - + 3: <http://www.debian.org/doc/manuals/debian-faq/ch-pkgtools.en.html#s-dpkg> + 4: <http://specs.os.pehjota.net/source-package-format-1.0.html> Web Site -======== +-------- opkhelper may be found on the Web at: - <http://www.pehjota.net/projects/opkhelper/> + <http://www.pehjota.net/projects/opkhelper/> Source Repository -================= +----------------- Browse the opkhelper Git repository on the Web at: - <http://odin1.pehjota.net/git/opkhelper/> + + <http://odin1.pehjota.net/git/opkhelper/> Anonymously clone the opkhelper Git repository at: - <git://odin1.pehjota.net/opkhelper.git> + <git://odin1.pehjota.net/opkhelper.git> Maintainer -========== +---------- Send questions, comments, bug reports, patches, Git pull requests, and/or money to P. J. McDermott: - <mailto:pjm@nac.net> - <http://www.pehjota.net/contact.html> + + <mailto:pjm@nac.net> + <http://www.pehjota.net/contact.html> |