summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/remake/remake.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/remake/remake.inc')
-rw-r--r--meta/recipes-devtools/remake/remake.inc16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta/recipes-devtools/remake/remake.inc b/meta/recipes-devtools/remake/remake.inc
new file mode 100644
index 0000000000..6ac833efd5
--- /dev/null
+++ b/meta/recipes-devtools/remake/remake.inc
@@ -0,0 +1,16 @@
1SUMMARY = "Makefile debugger which is gnumake 3.81 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
12
13ALTERNATIVE_${PN} = "make"
14ALTERNATIVE_LINK_NAME[make] = "${bindir}/make"
15ALTERNATIVE_TARGET[make] = "${bindir}/remake"
16ALTERNATIVE_PRIORITY = "100"