summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-09-04 18:06:40 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-09-04 18:06:40 (EDT)
commit3e96c590f3775b19a28de2d734a32a152e2899d3 (patch)
treece9da927684c2a0097287253aabf356c79362f4e
parent8cccff5322665d9c870f319f5122eeaa28331adc (diff)
Change package information for opkbuild 3.0.0.
-rwxr-xr-xconfigure8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure b/configure
index d74d3b6..e850771 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
#! /bin/sh
#
-# opkhelper
+# opkbuild
# configure
# Configuration script to generate Makefile.
#
@@ -19,9 +19,9 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-package_name='opkhelper'
-package_version='2.0.0'
-package_description='opkg Build Helper Tools'
+package_name='opkbuild'
+package_version='3.0.0'
+package_description='OPK Build System'
srcdir=$(dirname "${0}")
srcdir=$(cd ${srcdir} && pwd)