blob: df889fcf9f3f3ab6e7214f1246c6c5c717fcd099 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001SUMMARY = "Makefile debugger which is gnumake compatible"
2DESCRIPTION = "remake is a patched and modernized version of GNU make \
3utility that adds improved error reporting, the ability to trace \
4execution in a comprehensible way, and a debugger."
5
6HOMEPAGE = "http://bashdb.sourceforge.net/remake/"
7SECTION = "devel"
8
9SRC_URI = "git://github.com/rocky/remake.git"
10
11inherit autotools gettext update-alternatives pkgconfig
12
13ALTERNATIVE_${PN} = "make"
14ALTERNATIVE_LINK_NAME[make] = "${bindir}/make"
15ALTERNATIVE_TARGET[make] = "${bindir}/remake"
16ALTERNATIVE_PRIORITY = "100"