diff options
-rwxr-xr-x | build | 5 | ||||
-rw-r--r-- | changelog | 9 | ||||
-rw-r--r-- | gmake-doc.pkg/control | 5 | ||||
-rw-r--r-- | gmake-doc.pkg/files | 5 | ||||
-rw-r--r-- | gmake-locales.pkg/control | 5 | ||||
-rw-r--r-- | gmake-locales.pkg/files | 1 | ||||
-rw-r--r-- | gmake.pkg/control | 4 | ||||
-rw-r--r-- | gmake.pkg/docs | 0 | ||||
-rw-r--r-- | gmake.pkg/files | 1 | ||||
-rw-r--r-- | substvars | 6 |
10 files changed, 37 insertions, 4 deletions
@@ -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 @@ -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 @@ -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. |