aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/remake/remake.inc
blob: 04605cfc47810aed403a62c70d6d6e1f2709295c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
SUMMARY = "Makefile debugger which is gnumake 3.81 compatible"
DESCRIPTION = "remake is a patched and modernized version of GNU make \
utility that adds improved error reporting, the ability to trace \
execution in a comprehensible way, and a debugger."

HOMEPAGE = "http://bashdb.sourceforge.net/remake/"
SECTION = "devel"

SRC_URI = "${GITHUB_GIT}/rocky/remake.git"

inherit autotools gettext update-alternatives

ALTERNATIVE_${PN} = "make"
ALTERNATIVE_LINK_NAME[make] = "${bindir}/make"
ALTERNATIVE_TARGET[make] = "${bindir}/remake"
ALTERNATIVE_PRIORITY = "100"