diff options
-rwxr-xr-x | build | 17 | ||||
-rw-r--r-- | changelog | 5 | ||||
-rw-r--r-- | control | 3 | ||||
-rw-r--r-- | copyright | 24 | ||||
-rw-r--r-- | format | 1 | ||||
-rw-r--r-- | gmake-3.82.orig.tar.gz | bin | 0 -> 1712747 bytes | |||
-rw-r--r-- | make-locales.pkg/control | 4 | ||||
-rw-r--r-- | make-locales.pkg/files | 1 | ||||
-rw-r--r-- | make.pkg/control | 3 | ||||
-rw-r--r-- | make.pkg/docs | 0 | ||||
-rw-r--r-- | make.pkg/files | 1 | ||||
-rw-r--r-- | substvars | 3 |
12 files changed, 62 insertions, 0 deletions
@@ -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 @@ -0,0 +1,3 @@ +Build-Depends: opkhelper-3.0 +Maintainer: "David T. Stanford" <dstanford@daemonbox.net> +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: <http://www.gnu.org/software/make/> + +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 <file:///usr/share/common-licenses/GPL-3>. + + +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 <file:///usr/share/common-licenses/GPL-3>. @@ -0,0 +1 @@ +2.0 diff --git a/gmake-3.82.orig.tar.gz b/gmake-3.82.orig.tar.gz Binary files differnew file mode 100644 index 0000000..adb50bb --- /dev/null +++ b/gmake-3.82.orig.tar.gz 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. |