aboutsummaryrefslogtreecommitdiff
path: root/devel/automake
Commit message (Collapse)AuthorAge
* automake: update to 1.16.3Rosen Penev2020-11-24
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* automake: update to 1.16.2Rosen Penev2020-06-06
| | | | | | Added PKG_BUILD_PARALLEL for faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: add PKG_CPE_ID for better cvescanner coverageJan Pavlinec2019-09-17
| | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* treewide: Change .*GPL.*+ licenses to SPDX compatible identifierSven Eckelmann2019-09-10
| | | | | | | | The CONTRIBUTING.md requests an (or multiple) SPDX identifier for GPL licenses. But a lot of packages did use a different, non-SPDX style with a "+" at the end instead of "-or-later". Signed-off-by: Sven Eckelmann <sven@narfation.org>
* automake: update to 1.15.1Michael Heimpold2018-11-07
| | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* automake: don't rely on STAGING_DIR_HOSTMatthias Schiffer2016-10-16
| | | | | | | | | | | | | | | We're currently preparing a change in LEDE that will change the host staging dirs in a way that might break the sed commands used by the automake Makefile. Change the command in a way that doesn't depend on the path of the staging dir. While it would be nicer to modify the configure script to use the correct path in the first place, this doesn't work for the perl path, as perl is used in shebang lines and must thus be an absolute path. Some scripts are used both during build and on the target system, so fixing up the scripts in the install step seems like the best option. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* automake: switch to xz tarballdiizzyy2016-10-01
| | | | | Switch to xz tarball Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* automake: fix unversioned links during package buildMichael Heimpold2016-01-26
| | | | | | | | | | Reported by buildbots (shortened and line-wrapped): ... ln -sf -r .../ipkg-ramips_24kec/automake/usr/bin/automake-1.15 .../ipkg-ramips_24kec/automake/usr/bin/automake ln: invalid option -- 'r' Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* devel/automake: add automake-$(PKG_VERSION)Heinrich Schuchardt2016-01-09
| | | | | | | | | | | | | To make automake work correctly it is necessary to have files * automake * aclocal * automake-$(PKG_VERSION) * aclocal-$(PKG_VERSION) The files without version number can be supplied as symbolic links. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
* devel/automake: add new package (closes #2192)Heinrich Schuchardt2015-12-29
Automake is a tool for automatically generating Makefile.in files compliant with the GNU Coding Standards. A new package automake is provided. version 2: do not reference staging directory in distributed files copy only one version of automake resolve whitespace issues CC: Michael Heimpold <mhei@heimpold.de> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>