summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Move build helper check into ob_get_system_path().P. J. McDermott2012-10-082-8/+15
|
* Support OPKHELPER_3_0 macro in makefiles.P. J. McDermott2012-10-082-2/+6
|
* Use clean macro names in makefiles.P. J. McDermott2012-10-081-0/+1
|
* Make opkhelper-3.0 an optional dependency.P. J. McDermott2012-10-081-1/+19
|
* Set missing_deps in main in configure.P. J. McDermott2012-10-081-4/+2
|
* Fix variable names in find_dep_*() in configure.P. J. McDermott2012-10-081-2/+2
|
* Improve IFS setting in find_dep_*() in configure.P. J. McDermott2012-10-081-8/+8
|
* s/scripts/sources/ in configure help text.P. J. McDermott2012-10-081-1/+1
|
* Fix package name and version in configure help.P. J. McDermott2012-10-081-1/+2
|
* Document features and deps in configure help text.P. J. McDermott2012-10-081-0/+10
|
* Support lib deps like opkhelper-3.0 in configure.P. J. McDermott2012-10-081-1/+38
|
* Use SYSCONFDIR in ob_get_system_{arch,plat}().P. J. McDermott2012-10-081-2/+2
|
* Fix file mode of configure.P. J. McDermott2012-10-081-0/+0
|
* Add sysconfdir macro to lib/metadata/Makefile.in.P. J. McDermott2012-10-081-1/+3
|
* Add sysconfdir macro to Makefile.in.P. J. McDermott2012-10-081-0/+2
|
* Add sysconfdir option to configure.P. J. McDermott2012-10-081-17/+21
|
* Append "-alpha1" to version.P. J. McDermott2012-10-081-1/+1
|
* Standardize use of quotes in configure.P. J. McDermott2012-10-081-11/+11
|
* Use better quoting in eval commands in configure.P. J. McDermott2012-10-081-3/+3
|
* Sanitize option names in configure.P. J. McDermott2012-10-081-0/+1
|
* Use LIBDIR and DATADIR in ob_get_system_path().P. J. McDermott2012-10-081-4/+4
|
* Support LIBDIR and DATADIR in metadata plugins.P. J. McDermott2012-10-081-1/+4
|
* Shorten some variable names in ob-unpacksource.P. J. McDermott2012-10-081-18/+18
|
* Support uncompressed upstream source archives.P. J. McDermott2012-10-081-5/+8
|
* Run ob-{installdocs,gencontrol,buildopk} as UID 0.P. J. McDermott2012-10-081-5/+6
|
* Install libopkbuild into /usr/share by default.P. J. McDermott2012-10-081-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.
* Implement setup_build_helper().P. J. McDermott2012-10-081-2/+12
|
* Add "build-helper" path to ob_get_system_path().P. J. McDermott2012-10-081-0/+8
|
* Wrap a line that grew.P. J. McDermott2012-10-081-2/+4
|
* Document that the -B and -A options are no-ops.P. J. McDermott2012-10-081-1/+3
|
* Set arch env vars for build systems.P. J. McDermott2012-10-082-3/+14
|
* Add "archtab" path ID to ob_get_system_path().P. J. McDermott2012-10-081-0/+9
|
* Update environment variable names in ob-* utils.P. J. McDermott2012-10-086-16/+16
|
* Make -T option effective.P. J. McDermott2012-10-081-8/+13
|
* Set OPK_PACKAGES env var (specified by SPF 2.0).P. J. McDermott2012-10-081-1/+2
|
* s/_PLATFORM/_PLAT/ in env vars specified by SPF.P. J. McDermott2012-10-081-7/+7
|
* s/OB_/OPK_/ in env vars specified by SPF 2.0.P. J. McDermott2012-10-081-35/+35
|
* Uninstall main lib modules after lib plugins.P. J. McDermott2012-10-081-1/+1
| | | | | This allows the libopkbuild directory to be removed (unless the user has added other files under this directory).
* Rm libopkbuild dir on uninstall.P. J. McDermott2012-10-081-0/+1
|
* Make libopkbuild dir once.P. J. McDermott2012-10-081-1/+1
|
* Make package and metadata module dirs once.P. J. McDermott2012-10-082-2/+2
|
* Rm package and metadata module dirs on uninstall.P. J. McDermott2012-10-082-0/+2
|
* Fix uninstall target of locale/Makefile.in.P. J. McDermott2012-10-081-1/+2
|
* Prefix source binary package names with "src-".P. J. McDermott2012-10-083-5/+5
|
* Update metadata plugin to comply with SPF 2.0.P. J. McDermott2012-10-081-10/+30
|
* Update and clean up .gitignore.P. J. McDermott2012-10-041-2/+1
|
* Fix "distdir" macro in lib/*/Makefile.in.P. J. McDermott2012-10-043-4/+4
|
* Fix "distdir" macro in man/Makefile.in.P. J. McDermott2012-10-041-1/+1
|
* Fix dist target of locale/Makefile.in.P. J. McDermott2012-10-041-2/+3
|
* Remove old genopkg.sh script.P. J. McDermott2012-10-042-32/+1
| | | | | | | | This isn't needed to test opkbuild anymore, since: * Build dependency checking can be disabled with the "-d" option and * libopkbuild directly queries the filesystem for arch and plat information.