From 51b62973123be8f5b3198f99f8aef942ad4f5cff Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Mon, 13 Feb 2012 23:21:35 -0500 Subject: Write a 'README' file. --- diff --git a/Makefile.in b/Makefile.in index 124a67c..fa591d4 100644 --- a/Makefile.in +++ b/Makefile.in @@ -31,7 +31,7 @@ PACKAGE = @package@ VERSION = @version@ distdir = $(PACKAGE)-$(VERSION) -distfiles = configure Makefile.in COPYING INSTALL TODO genopkg.sh +distfiles = configure Makefile.in COPYING README INSTALL TODO genopkg.sh .SUFFIXES: diff --git a/README b/README new file mode 100644 index 0000000..59c497a --- /dev/null +++ b/README @@ -0,0 +1,37 @@ +opkhelper - opkg build helper tools + +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. They +are designed to build source packages that comply with draft version 1.0 of this +source package format: + + + 1: + 2: + + +Web Site +======== + +opkhelper may be found on the Web at: + + + +Source Repository +================= + +Browse the opkhelper Git repository on the Web at: + + +Anonymously clone the opkhelper Git repository at: + + + +Maintainer +========== + +Send questions, comments, bug reports, patches, Git pull requests, and/or money +to P. J. McDermott: + + -- cgit v0.9.1