From 92ed65725a666f3c7400c016c6c4b31e7683dd04 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Thu, 16 Feb 2012 01:04:24 -0500 Subject: Initial commit. --- diff --git a/build b/build new file mode 100755 index 0000000..99e19b5 --- /dev/null +++ b/build @@ -0,0 +1,14 @@ +#! /usr/bin/make -f + +opkhelper opkhelper-doc: opkhelper.buildstamp + +.SILENT: opkhelper.buildstamp +opkhelper.buildstamp: + mkdir build && cd build && \ + ./configure --prefix=/usr && \ + make && make DESTDIR=$$(pwd)/../dest install + oh-installfiles opkhelper opkhelper-doc + oh-installdocs opkhelper + oh-gencontrol opkhelper opkhelper-doc + oh-buildopk opkhelper opkhelper-doc + touch opkhelper.buildstamp diff --git a/changelog b/changelog new file mode 100644 index 0000000..3513113 --- /dev/null +++ b/changelog @@ -0,0 +1,5 @@ +opkhelper (0.1.8+r635-1) + + * Initial release. + + -- P. J. McDermott 2011-02-15 21:49:28 -0500 diff --git a/control b/control new file mode 100644 index 0000000..1c32f8d --- /dev/null +++ b/control @@ -0,0 +1,5 @@ +Source: opkhelper +Version: 0.1.0-1 +Maintainer: "P. J. McDermott" +Build-Depends: make +Homepage: http://www.pehjota.net/projects/opkhelper/ diff --git a/copyright b/copyright new file mode 100644 index 0000000..bef876f --- /dev/null +++ b/copyright @@ -0,0 +1,44 @@ +Upstream Source +=============== + +Location: + +Copyright (C) 2012 Patrick "P. J." McDermott + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . + +On this system, a copy of the GNU General Public License may be found at +. + + +Distribution Packaging +====================== + +Copyright (C) 2012 Patrick "P. J." McDermott + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . + +On this system, a copy of the GNU General Public License may be found at +. diff --git a/format b/format new file mode 100644 index 0000000..d3827e7 --- /dev/null +++ b/format @@ -0,0 +1 @@ +1.0 diff --git a/opkhelper-0.1.0.tar.bz2 b/opkhelper-0.1.0.tar.bz2 new file mode 100644 index 0000000..b5bd9df --- /dev/null +++ b/opkhelper-0.1.0.tar.bz2 Binary files differ diff --git a/opkhelper-doc.pkg/control b/opkhelper-doc.pkg/control new file mode 100644 index 0000000..695d02b --- /dev/null +++ b/opkhelper-doc.pkg/control @@ -0,0 +1,15 @@ +Package: opkhelper-doc +Architecture: all +Depends: opkg +Description: opkg build helper tools - documentation + 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: + . + This package provides manual pages for the opkhelper utilities. diff --git a/opkhelper-doc.pkg/install b/opkhelper-doc.pkg/install new file mode 100644 index 0000000..0ddb634 --- /dev/null +++ b/opkhelper-doc.pkg/install @@ -0,0 +1 @@ +/usr/share/man diff --git a/opkhelper.pkg/control b/opkhelper.pkg/control new file mode 100644 index 0000000..d237160 --- /dev/null +++ b/opkhelper.pkg/control @@ -0,0 +1,13 @@ +Package: opkhelper +Architecture: all +Depends: opkg +Description: 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: diff --git a/opkhelper.pkg/install b/opkhelper.pkg/install new file mode 100644 index 0000000..b80824e --- /dev/null +++ b/opkhelper.pkg/install @@ -0,0 +1,2 @@ +/usr/bin +/usr/lib/opkhelper -- cgit v0.9.1