summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorroot <root@debian-vbox.(none)>2012-11-16 19:43:42 (EST)
committer root <root@debian-vbox.(none)>2012-11-16 19:43:42 (EST)
commit699cf80e11b11e68e9cfb8eed073c992e953c8e3 (patch)
treec6ece2bb0e6ddbf3ddfcd3545d8aab53d570efbe
Initial commit.
-rwxr-xr-xbuild17
-rw-r--r--changelog5
-rw-r--r--control3
-rw-r--r--copyright24
-rw-r--r--format1
-rw-r--r--gmake-3.82.orig.tar.gzbin0 -> 1712747 bytes
-rw-r--r--make-locales.pkg/control4
-rw-r--r--make-locales.pkg/files1
-rw-r--r--make.pkg/control3
-rw-r--r--make.pkg/docs0
-rw-r--r--make.pkg/files1
-rw-r--r--substvars3
12 files changed, 62 insertions, 0 deletions
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" <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>.
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.