From 699cf80e11b11e68e9cfb8eed073c992e953c8e3 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 16 Nov 2012 19:43:42 -0500 Subject: Initial commit. --- diff --git a/build b/build new file mode 100755 index 0000000..7878f1a --- /dev/null +++ b/build @@ -0,0 +1,17 @@ +#! /usr/bin/make -f + +configure: + oh-autoconfigure + touch $@ + +build: configure + oh-autobuild + touch $@ + +install: build + oh-autoinstall + oh-fixperms + oh-strip + rm -rf dest/usr/local/man + rm -rf dest/usr/local/info + oh-installfiles diff --git a/changelog b/changelog new file mode 100644 index 0000000..4d0e13f --- /dev/null +++ b/changelog @@ -0,0 +1,5 @@ +gmake (3.82-1) trunk + + * Initial release. + + -- David T. Stanford Fri, 16 Nov 2012 10:25:53 -0500 diff --git a/control b/control new file mode 100644 index 0000000..4a570fd --- /dev/null +++ b/control @@ -0,0 +1,3 @@ +Build-Depends: opkhelper-3.0 +Maintainer: "David T. Stanford" +Homepage: http://www.gnu.org/software/make/ diff --git a/copyright b/copyright new file mode 100644 index 0000000..7e6d1b9 --- /dev/null +++ b/copyright @@ -0,0 +1,24 @@ +Upstream Source +=============== + +Location: + +Copyright (C) 2007 Free Software Foundation, Inc. + +These files may be reproduced, distributed, modified, and otherwise dealt in +under the terms of the GNU General Public License, version 3. + +On this system, a copy of the GNU General Public License, version 3 may be +found at . + + +Distribution Packaging +====================== + +Copyright (C) 2012 David T. Stanford + +These files may be reproduced, distributed, modified, and otherwise dealt in +under the terms of the GNU General Public License, version 3. + +On this system, a copy of the GNU General Public License, version 3, may be +found at . diff --git a/format b/format new file mode 100644 index 0000000..cd5ac03 --- /dev/null +++ b/format @@ -0,0 +1 @@ +2.0 diff --git a/gmake-3.82.orig.tar.gz b/gmake-3.82.orig.tar.gz new file mode 100644 index 0000000..adb50bb --- /dev/null +++ b/gmake-3.82.orig.tar.gz Binary files differ diff --git a/make-locales.pkg/control b/make-locales.pkg/control new file mode 100644 index 0000000..7acbf43 --- /dev/null +++ b/make-locales.pkg/control @@ -0,0 +1,4 @@ +Architecture: any +Platform: all +Description: GNU make locale packages. + ${Common-Description} diff --git a/make-locales.pkg/files b/make-locales.pkg/files new file mode 100644 index 0000000..136f6df --- /dev/null +++ b/make-locales.pkg/files @@ -0,0 +1 @@ +/usr/local/share/locale/* diff --git a/make.pkg/control b/make.pkg/control new file mode 100644 index 0000000..590ac5c --- /dev/null +++ b/make.pkg/control @@ -0,0 +1,3 @@ +Architecture: any +Platform: all +Description: ${Common-Description} diff --git a/make.pkg/docs b/make.pkg/docs new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/make.pkg/docs diff --git a/make.pkg/files b/make.pkg/files new file mode 100644 index 0000000..1fa4e27 --- /dev/null +++ b/make.pkg/files @@ -0,0 +1 @@ +/usr/local/bin/make diff --git a/substvars b/substvars new file mode 100644 index 0000000..7b7a20b --- /dev/null +++ b/substvars @@ -0,0 +1,3 @@ +Common-Description: + Make is a tool which controls the generation of executables and + other non-source files of a program from the program's source files. -- cgit v0.9.1