Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Release opkbuild 3.0.0-beta2.opkbuild-3.0.0-beta2 | P. J. McDermott | 2014-01-19 | 1 | -1/+1 |
| | | | | I should have done this four months ago, but oh well. | ||||
* | Release opkbuild 3.0.0-beta1.opkbuild-3.0.0-beta1 | P. J. McDermott | 2013-09-07 | 1 | -1/+1 |
| | |||||
* | Release opkbuild 3.0.0-alpha5.opkbuild-3.0.0-alpha5 | P. J. McDermott | 2013-06-16 | 1 | -1/+1 |
| | |||||
* | configure: Better handle unecognized options. | P. J. McDermott | 2013-06-15 | 1 | -3/+1 |
| | | | | optind needs to be incremented for every option. | ||||
* | Remove old libopkbuild build system variable. | P. J. McDermott | 2013-06-15 | 1 | -2/+0 |
| | |||||
* | configure: Update copyright years. | P. J. McDermott | 2013-06-15 | 1 | -2/+2 |
| | |||||
* | configure: Add man3dir. | P. J. McDermott | 2013-06-15 | 1 | -0/+4 |
| | |||||
* | configure: Add pkglibdir and man1dir. | P. J. McDermott | 2013-06-15 | 1 | -1/+11 |
| | |||||
* | configure: Fix find_dep_lib(). | P. J. McDermott | 2013-06-15 | 1 | -13/+8 |
| | |||||
* | configure: Normalize dependency parameter names. | P. J. McDermott | 2013-06-15 | 1 | -2/+4 |
| | |||||
* | configure: Only edit top-level makefile. | P. J. McDermott | 2013-06-15 | 1 | -4/+3 |
| | |||||
* | Release opkbuild 3.0.0-alpha4.opkbuild-3.0.0-alpha4 | P. J. McDermott | 2012-11-16 | 1 | -1/+1 |
| | |||||
* | configure: Don't exit on unrecognized options. | P. J. McDermott | 2012-11-14 | 1 | -2/+3 |
| | |||||
* | Improve the system config generation kludge. | P. J. McDermott | 2012-11-14 | 1 | -0/+6 |
| | |||||
* | Release opkbuild 3.0.0-alpha3.opkbuild-3.0.0-alpha3 | P. J. McDermott | 2012-10-26 | 1 | -1/+1 |
| | |||||
* | s/version 3 or later/version 2 or later/ | P. J. McDermott | 2012-10-20 | 1 | -1/+1 |
| | |||||
* | Increment alpha version number. | P. J. McDermott | 2012-10-16 | 1 | -1/+1 |
| | |||||
* | Additionally license everything under GPLv2. | P. J. McDermott | 2012-10-16 | 1 | -1/+1 |
| | |||||
* | Fix LIBDIR info in configure help output. | P. J. McDermott | 2012-10-11 | 1 | -1/+1 |
| | |||||
* | Fix LOCALEDIR info configure help text. | P. J. McDermott | 2012-10-09 | 1 | -1/+1 |
| | |||||
* | Improve quoting in configure. | P. J. McDermott | 2012-10-08 | 1 | -4/+8 |
| | |||||
* | Improve non-option argument handling in configure. | P. J. McDermott | 2012-10-08 | 1 | -2/+10 |
| | |||||
* | Use clean macro names in makefiles. | P. J. McDermott | 2012-10-08 | 1 | -0/+1 |
| | |||||
* | Make opkhelper-3.0 an optional dependency. | P. J. McDermott | 2012-10-08 | 1 | -1/+19 |
| | |||||
* | Set missing_deps in main in configure. | P. J. McDermott | 2012-10-08 | 1 | -4/+2 |
| | |||||
* | Fix variable names in find_dep_*() in configure. | P. J. McDermott | 2012-10-08 | 1 | -2/+2 |
| | |||||
* | Improve IFS setting in find_dep_*() in configure. | P. J. McDermott | 2012-10-08 | 1 | -8/+8 |
| | |||||
* | s/scripts/sources/ in configure help text. | P. J. McDermott | 2012-10-08 | 1 | -1/+1 |
| | |||||
* | Fix package name and version in configure help. | P. J. McDermott | 2012-10-08 | 1 | -1/+2 |
| | |||||
* | Document features and deps in configure help text. | P. J. McDermott | 2012-10-08 | 1 | -0/+10 |
| | |||||
* | Support lib deps like opkhelper-3.0 in configure. | P. J. McDermott | 2012-10-08 | 1 | -1/+38 |
| | |||||
* | Fix file mode of configure. | P. J. McDermott | 2012-10-08 | 1 | -0/+0 |
| | |||||
* | Add sysconfdir option to configure. | P. J. McDermott | 2012-10-08 | 1 | -17/+21 |
| | |||||
* | Append "-alpha1" to version. | P. J. McDermott | 2012-10-08 | 1 | -1/+1 |
| | |||||
* | Standardize use of quotes in configure. | P. J. McDermott | 2012-10-08 | 1 | -11/+11 |
| | |||||
* | Use better quoting in eval commands in configure. | P. J. McDermott | 2012-10-08 | 1 | -3/+3 |
| | |||||
* | Sanitize option names in configure. | P. J. McDermott | 2012-10-08 | 1 | -0/+1 |
| | |||||
* | Install libopkbuild into /usr/share by default. | P. J. McDermott | 2012-10-08 | 1 | -1/+1 |
| | | | | | | According to the FHS (at least as interpreted by Debian and Fedora), architecture-independent library files belong in /usr/share, not /usr/lib. | ||||
* | Make sure directory structure exists in build dir. | P. J. McDermott | 2012-09-30 | 1 | -0/+1 |
| | |||||
* | Add lib/{package,metadata}/ files to build system. | P. J. McDermott | 2012-09-30 | 1 | -1/+1 |
| | |||||
* | Improve source directory detection. | P. J. McDermott | 2012-09-28 | 1 | -2/+1 |
| | | | | | * Eliminate unnecessary "dirname" command. * Support whitespace in source directory path. | ||||
* | Add "--with-metadata" option to configure. | P. J. McDermott | 2012-09-28 | 1 | -2/+4 |
| | |||||
* | Generate tests/Makefile with configure. | P. J. McDermott | 2012-09-09 | 1 | -1/+1 |
| | |||||
* | Add "libopkbuild" macro to build system. | P. J. McDermott | 2012-09-04 | 1 | -1/+3 |
| | |||||
* | Change package information for opkbuild 3.0.0. | P. J. McDermott | 2012-09-04 | 1 | -4/+4 |
| | |||||
* | Require that opkg is installed. | P. J. McDermott | 2012-08-02 | 1 | -0/+1 |
| | |||||
* | Portably install, set better file modes. | P. J. McDermott | 2012-08-02 | 1 | -1/+0 |
| | | | | | | | The install utility is not required by POSIX, and it's easily replaced by mkdir, cp, and chmod. Libraries, locales, and manual pages should not be executable. | ||||
* | Update man pages and build system. | P. J. McDermott | 2012-08-02 | 1 | -0/+2 |
| | | | | | | * Add section 3 manual pages to build system. * Update build system macros in manual pages. * Add package description substitution variable to build system. | ||||
* | Start rewriting build system. | P. J. McDermott | 2012-08-02 | 1 | -140/+171 |
| | |||||
* | Bump version to 1.0.0 in preparation for release. | P. J. McDermott | 2012-04-23 | 1 | -1/+1 |
| |