summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid T. Stanford <dstanford@daemonbox.net>2012-11-21 12:21:55 (EST)
committer David T. Stanford <dstanford@daemonbox.net>2012-11-21 12:21:55 (EST)
commit8da51e4f51149502cceff86ca0b3017b57682c8a (patch)
tree1ea9ef3d7e76863ef38ac6b11fbaebb034dc49c5
parent77f8bce4d5bc5422271a3a02f69cf4facf107069 (diff)
Added 'nop' target to build file.
Updated substvars. Renamed <binpkg>.pkg directories to match source package name. Added gmake-doc.pkg binary package.
-rwxr-xr-xbuild5
-rw-r--r--changelog9
-rw-r--r--gmake-doc.pkg/control5
-rw-r--r--gmake-doc.pkg/files5
-rw-r--r--gmake-locales.pkg/control5
-rw-r--r--gmake-locales.pkg/files1
-rw-r--r--gmake.pkg/control4
-rw-r--r--gmake.pkg/docs0
-rw-r--r--gmake.pkg/files1
-rw-r--r--substvars6
10 files changed, 37 insertions, 4 deletions
diff --git a/build b/build
index 7878f1a..f5baee6 100755
--- a/build
+++ b/build
@@ -1,5 +1,8 @@
#! /usr/bin/make -f
+nop:
+ @:
+
configure:
oh-autoconfigure
touch $@
@@ -12,6 +15,4 @@ 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
index 4d0e13f..1ad4040 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,12 @@
+gmake (3.82-2) trunk
+
+ * Added 'nop' target to build file.
+ Updated substvars.
+ Renamed <binpkg>.pkg directories to match source package name.
+ Added gmake-doc.pkg binary package.
+
+ -- David T. Stanford Wed, 21 Nov 2012 11:54:17 -0500
+
gmake (3.82-1) trunk
* Initial release.
diff --git a/gmake-doc.pkg/control b/gmake-doc.pkg/control
new file mode 100644
index 0000000..bff9285
--- /dev/null
+++ b/gmake-doc.pkg/control
@@ -0,0 +1,5 @@
+Architecture: any
+Platform: all
+Depends: make (= ${Binary-Version})
+Description: GNU make documentation.
+ ${Common-Description}
diff --git a/gmake-doc.pkg/files b/gmake-doc.pkg/files
new file mode 100644
index 0000000..dc1b432
--- /dev/null
+++ b/gmake-doc.pkg/files
@@ -0,0 +1,5 @@
+/usr/share/info/make.info-1
+/usr/share/info/make.info
+/usr/share/info/make.info-2
+/usr/share/info/dir
+/usr/share/man/man1/make.1
diff --git a/gmake-locales.pkg/control b/gmake-locales.pkg/control
new file mode 100644
index 0000000..97c834f
--- /dev/null
+++ b/gmake-locales.pkg/control
@@ -0,0 +1,5 @@
+Architecture: any
+Platform: all
+Depends: make (= ${Binary-Version})
+Description: GNU make locale packages.
+ ${Common-Description}
diff --git a/gmake-locales.pkg/files b/gmake-locales.pkg/files
new file mode 100644
index 0000000..59f8601
--- /dev/null
+++ b/gmake-locales.pkg/files
@@ -0,0 +1 @@
+/usr/share/locale/*
diff --git a/gmake.pkg/control b/gmake.pkg/control
new file mode 100644
index 0000000..50d7b57
--- /dev/null
+++ b/gmake.pkg/control
@@ -0,0 +1,4 @@
+Architecture: any
+Platform: all
+Description: Utility and framework for building applications from source.
+ ${Common-Description}
diff --git a/gmake.pkg/docs b/gmake.pkg/docs
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/gmake.pkg/docs
diff --git a/gmake.pkg/files b/gmake.pkg/files
new file mode 100644
index 0000000..5d995d5
--- /dev/null
+++ b/gmake.pkg/files
@@ -0,0 +1 @@
+/usr/bin/make
diff --git a/substvars b/substvars
index 7b7a20b..91bf051 100644
--- a/substvars
+++ b/substvars
@@ -1,3 +1,5 @@
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.
+ GNU make is a tool which controls the generation of executables and other
+ non-source files of a program from the program's source files. The make
+ utility automatically determines which pieces of a large program need to be
+ recompiled, and issues commands to recompile them.