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