[Lunar-commits] <moonbase-other> mspdebug: Debugger and gdb proxy for MSP430 MCUs
Stefan Wold
ratler at lunar-linux.org
Sat Nov 2 00:37:07 CET 2013
commit 20b3277c8edec17da8023fd7ada162f842780b2c
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Mon, 21 Oct 2013 13:47:40 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/20b3277c8edec17da8023fd7ada162f842780b2c
mspdebug: Debugger and gdb proxy for MSP430 MCUs
---
devel/mspdebug/BUILD | +3/-0
devel/mspdebug/DEPENDS | +2/-0
devel/mspdebug/DETAILS | +21/-0
devel/mspdebug/PRE_BUILD | +2/-0
4 files changed, 28 insertions(+)
--- /dev/null
+++ b/devel/mspdebug/BUILD
@@ -0,0 +1,3 @@
+make &&
+prepare_install &&
+make install PREFIX=/usr INSTALL="install -p" LIBDIR=/usr/lib
--- /dev/null
+++ b/devel/mspdebug/DEPENDS
@@ -0,0 +1,2 @@
+depends readline
+depends libusb
--- /dev/null
+++ b/devel/mspdebug/DETAILS
@@ -0,0 +1,21 @@
+ MODULE=mspdebug
+ VERSION=0.21
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE2=mspdebug-0.21-missing-includes.patch
+ SOURCE_URL=$SFORGE_URL/mspdebug
+ SOURCE2_URL=$PATCH_URL
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+ SOURCE_VFY=sha1:a439acd166e90bfd19ddf2c3459eee9643e55368
+ SOURCE2_VFY=sha1:2fcb6cf867a5acf1cedf07ef22e81e6a136a6b64
+ WEB_SITE=http://mspdebug.sourceforge.net/
+ MAINTAINER=ratler at lunar-linux.org
+ ENTERED=20131021
+ UPDATED=20131021
+ SHORT="Debugger and gdb proxy for MSP430 microcontrollers"
+
+cat <<EOF
+A free debugger for use with MSP430 MCUs. It supports FET430UIF,
+eZ430, RF2500 and TI Chronos devices. It can be used as a proxy for
+gdb or as an independent debugger with support for programming,
+disassembly and reverse engineering.
+EOF
--- /dev/null
+++ b/devel/mspdebug/PRE_BUILD
@@ -0,0 +1,2 @@
+default_pre_build &&
+patch_it $SOURCE2 1
More information about the Lunar-commits
mailing list