summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-10-11 13:04:10 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-10-11 13:04:10 (EDT)
commit7ffca3e4e39ba9008605f9c4da1c9327fecc095b (patch)
tree039b10ac1adaccc1692446633e288c4c17c12c1d /README
parent914a7ea66b1b6ea4f90d9d2522718acd1a440675 (diff)
Update README.
Diffstat (limited to 'README')
-rw-r--r--README38
1 files changed, 16 insertions, 22 deletions
diff --git a/README b/README
index ce377b6..b7e82d5 100644
--- a/README
+++ b/README
@@ -1,36 +1,30 @@
-opkhelper - opkg build helper tools
-===================================
+opkbuild - OPK Build System
+===========================
-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].
+opkbuild is a distibution build system – a set of tools for building software
+packages. From source packages it builds binary packages for use with the opkg
+package manager [1].
-opkhelper is designed to build source packages that comply with draft version
-1.0 of a new source package format [4].
+Currently one format of source package is supported by opkbuild: Source Package
+Format 2.x [2].
- 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>
+opkbuild is similar in function to the development library and utilities of
+dpkg, the Debian package manager [3].
-Web Site
---------
-
-opkhelper may be found on the Web at:
-
- <http://www.pehjota.net/projects/opkhelper/>
+ [1]: <https://code.google.com/p/opkg/>
+ [2]: <http://specs.os.libiquity.com/spf-2.0/>
+ [3]: <http://www.debian.org/doc/manuals/debian-faq/ch-pkgtools.en.html#s-dpkg>
Source Repository
-----------------
-Browse the opkhelper Git repository on the Web at:
+Browse the opkbuild Git repository on the Web at:
- <http://odin1.pehjota.net/git/opkhelper/>
+ <http://git.os.libiquity.com/opkbuild/opkbuild.git>
-Anonymously clone the opkhelper Git repository at:
+Anonymously clone the opkbuild Git repository at:
- <git://odin1.pehjota.net/opkhelper.git>
+ <git://git.os.libiquity.com/opkbuild/opkbuild.git>
Maintainer
----------