summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-08-02 11:48:27 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-08-02 11:48:27 (EDT)
commitf2b0cd173982911f6ba47f783ca9152ff9811b54 (patch)
tree166d4a1bd84d186f420c6439ef8d7fd76328b1c7 /configure
parent6997a76599d4aa338e9633db8f7cafc05083df63 (diff)
Update man pages and build system.
* Add section 3 manual pages to build system. * Update build system macros in manual pages. * Add package description substitution variable to build system.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index ea0e98c..b960b09 100755
--- a/configure
+++ b/configure
@@ -21,6 +21,7 @@
package_name='opkhelper'
package_version='2.0.0'
+package_description='opkg Build Helper Tools'
srcdir=$(dirname "${0}")
srcdir=$(cd ${srcdir} && pwd)
@@ -52,6 +53,7 @@ features="${dep_cmds}"
subst_vars="package_name
package_version
+package_description
${long_opts_with_args}
${dep_cmds}"