diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 29 |
1 files changed, 9 insertions, 20 deletions
@@ -1,36 +1,25 @@ -opkhelper - opkg build helper tools +opkhelper - OPK Build Helper Tools =================================== -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 a collection of utilities to help build software packages using opkbuild +[1]. -opkhelper is designed to build source packages that comply with draft version -1.0 of a new source package format [4]. +opkhelper is inspired by debhelper [2], a similar set of programs written primarily +by Joey Hess for Debian. - 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/> + [1]: <http://git.os.libiquity.com/opkbuild/opkbuild.git> + [2]: <http://kitenet.net/~joey/code/debhelper/> Source Repository ----------------- Browse the opkhelper Git repository on the Web at: - <http://odin1.pehjota.net/git/opkhelper/> + <http://git.os.libiquity.com/opkhelper/opkhelper.git> Anonymously clone the opkhelper Git repository at: - <git://odin1.pehjota.net/opkhelper.git> + <git://git.os.libiquity.com/opkhelper/opkhelper.git> Maintainer ---------- |