diff options
author | P. J. McDermott <pjm@nac.net> | 2013-09-30 13:46:59 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-09-30 13:46:59 (EDT) |
commit | cf29488c587334874cf491a01a1f74ba3ac7de45 (patch) | |
tree | 45235a0b54955394d6817515cffb46b6ef0d9217 /projects/opkhelper | |
parent | 512a14145021dc6304f0e03a7a9386f4fca0d793 (diff) | |
parent | 6bef1357e5906d92bba0e836be5880acf47a15cc (diff) | |
download | www-cf29488c587334874cf491a01a1f74ba3ac7de45.zip www-cf29488c587334874cf491a01a1f74ba3ac7de45.tar.gz www-cf29488c587334874cf491a01a1f74ba3ac7de45.tar.bz2 |
Merge branch 'new'.
Diffstat (limited to 'projects/opkhelper')
-rwxr-xr-x | projects/opkhelper/index.html | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/projects/opkhelper/index.html b/projects/opkhelper/index.html deleted file mode 100755 index 3e9b56a..0000000 --- a/projects/opkhelper/index.html +++ /dev/null @@ -1,27 +0,0 @@ -<!--#set var="title" value="opkhelper (opkg Build Helper Tools)" --> -<!--#include virtual="../../includes/header.html" --> -<h2>opkhelper (opkg Build Helper Tools)</h2> -<p> - A set of programs to assist in building binary packages installable by the - lightweight package manager "opkg". These tools are inspired by - "debhelper", 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 - <a href="http://specs.os.pehjota.net/source-package-format-1.0.html">this source package format</a>. -</p> -<h3>Getting opkhelper</h3> -<p> - Download the latest version of opkhelper from this Web site:<br> - <a href="opkhelper-1.0.0.tar.gz">opkhelper-1.0.0.tar.gz</a><br> - <a href="opkhelper-1.0.0.tar.bz2">opkhelper-1.0.0.tar.bz2</a> -</p> -<p> - Download or browse the repository hosted on this server:<br> - <a href="http://odin1.pehjota.net/git/opkhelper/"><http://odin1.pehjota.net/git/opkhelper/></a> -</p> -<p> - You may share and modify this software under the terms of the GNU General - Public License, version 3 or later. See "COPYING" in the source tree for - details. -</p> -<!--#include virtual="../../includes/footer.html" --> |