From d5e2def7e7e94b3dad1446c1c294e7375c01ded9 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Fri, 20 Jan 2012 02:30:59 -0500 Subject: Add opkhelper to projects. --- (limited to 'projects') diff --git a/projects/index.html b/projects/index.html index 9c02793..6893192 100755 --- a/projects/index.html +++ b/projects/index.html @@ -52,4 +52,13 @@ An implementation of Conway's Game of Life written in C and using the curses interface.

+

opkhelper (opkg Build Helper Tools)

+

+ 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. +

diff --git a/projects/opkhelper/index.html b/projects/opkhelper/index.html new file mode 100755 index 0000000..4fc0d53 --- /dev/null +++ b/projects/opkhelper/index.html @@ -0,0 +1,22 @@ + + +

opkhelper (opkg Build Helper Tools)

+

+ 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. +

+

Getting opkhelper

+

+ 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. +

+ -- cgit v0.9.1