diff options
author | P. J. McDermott <pjm@nac.net> | 2012-02-16 01:04:24 (EST) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-02-16 01:04:24 (EST) |
commit | 92ed65725a666f3c7400c016c6c4b31e7683dd04 (patch) | |
tree | 6fab118d2941e5edb524a43de19fa451bda335ce |
Initial commit.
-rwxr-xr-x | build | 14 | ||||
-rw-r--r-- | changelog | 5 | ||||
-rw-r--r-- | control | 5 | ||||
-rw-r--r-- | copyright | 44 | ||||
-rw-r--r-- | format | 1 | ||||
-rw-r--r-- | opkhelper-0.1.0.tar.bz2 | bin | 0 -> 23135 bytes | |||
-rw-r--r-- | opkhelper-doc.pkg/control | 15 | ||||
-rw-r--r-- | opkhelper-doc.pkg/install | 1 | ||||
-rw-r--r-- | opkhelper.pkg/control | 13 | ||||
-rw-r--r-- | opkhelper.pkg/install | 2 |
10 files changed, 100 insertions, 0 deletions
@@ -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 <pjm@nac.net> 2011-02-15 21:49:28 -0500 @@ -0,0 +1,5 @@ +Source: opkhelper +Version: 0.1.0-1 +Maintainer: "P. J. McDermott" <pjm@nac.net> +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: <http://www.pehjota.net/projects/opkhelper/> + +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 <http://www.gnu.org/licenses/>. + +On this system, a copy of the GNU General Public License may be found at +<file:///usr/share/common-licenses/GPL-3>. + + +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 <http://www.gnu.org/licenses/>. + +On this system, a copy of the GNU General Public License may be found at +<file:///usr/share/common-licenses/GPL-3>. @@ -0,0 +1 @@ +1.0 diff --git a/opkhelper-0.1.0.tar.bz2 b/opkhelper-0.1.0.tar.bz2 Binary files differnew file mode 100644 index 0000000..b5bd9df --- /dev/null +++ b/opkhelper-0.1.0.tar.bz2 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: + <http://wiki.os.pehjota.net/specs/source_package_format_1.0> + . + 1: <https://code.google.com/p/opkg/> + 2: <http://kitenet.net/~joey/code/debhelper/> + . + 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: + <http://wiki.os.pehjota.net/specs/source_package_format_1.0> + . + 1: <https://code.google.com/p/opkg/> + 2: <http://kitenet.net/~joey/code/debhelper/> 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 |