diff options
author | P. J. McDermott <pjm@nac.net> | 2013-09-30 11:32:26 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-09-30 11:32:26 (EDT) |
commit | 6bef1357e5906d92bba0e836be5880acf47a15cc (patch) | |
tree | 45235a0b54955394d6817515cffb46b6ef0d9217 | |
parent | 83776b96541fed271dc2e6eb44fb6d0bd632f7d5 (diff) | |
download | www-6bef1357e5906d92bba0e836be5880acf47a15cc.zip www-6bef1357e5906d92bba0e836be5880acf47a15cc.tar.gz www-6bef1357e5906d92bba0e836be5880acf47a15cc.tar.bz2 |
projects/opkhelper/index.mdwn: Remove.new
-rw-r--r-- | Makefile | 1 | ||||
-rw-r--r-- | projects/opkhelper/index.mdwn | 26 |
2 files changed, 0 insertions, 27 deletions
@@ -37,7 +37,6 @@ srcs = \ projects/cgol/index.mdwn \ projects/screen-batt/index.mdwn \ projects/changelog-gen/index.mdwn \ - projects/opkhelper/index.mdwn \ terms.mdwn \ server.mdwn objs = $(srcs:.mdwn=.html) diff --git a/projects/opkhelper/index.mdwn b/projects/opkhelper/index.mdwn deleted file mode 100644 index fab6134..0000000 --- a/projects/opkhelper/index.mdwn +++ /dev/null @@ -1,26 +0,0 @@ -<!--#set var="title" value="opkhelper (opkg Build Helper Tools)" --> -<!--#include virtual="/includes/header.html" --> - -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 [this -source package format][spf]. - -[spf]: http://specs.os.pehjota.net/source-package-format-1.0.html - -Getting opkhelper -================= - -Download the latest version of opkhelper from this Web site: - - * [opkhelper-1.0.0.tar.gz](opkhelper-1.0.0.tar.gz) - * [opkhelper-1.0.0.tar.bz2](opkhelper-1.0.0.tar.bz2) - -Download or browse the repository hosted on this server: -<<http://odin1.pehjota.net/git/opkhelper/>> - -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. - -<!--#include virtual="/includes/footer.html" --> |