[Lunar-commits] <moonbase-other> msp430-libc: C runtime library for the MSP430 MCUs
Stefan Wold
ratler at lunar-linux.org
Sat Nov 2 00:37:07 CET 2013
commit be6ce68a4ac54b12e07f351c32be6efb649ad473
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Mon, 21 Oct 2013 13:46:46 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/be6ce68a4ac54b12e07f351c32be6efb649ad473
msp430-libc: C runtime library for the MSP430 MCUs
---
libs/msp430-libc/BUILD | +4/-0
libs/msp430-libc/DEPENDS | +2/-0
libs/msp430-libc/DETAILS | +18/-0
libs/msp430-libc/PRE_BUILD | +2/-0
4 files changed, 26 insertions(+)
--- /dev/null
+++ b/libs/msp430-libc/BUILD
@@ -0,0 +1,4 @@
+cd src &&
+make &&
+prepare_install &&
+make install PREFIX=/usr
--- /dev/null
+++ b/libs/msp430-libc/DEPENDS
@@ -0,0 +1,2 @@
+depends msp430-gcc
+depends msp430mcu
--- /dev/null
+++ b/libs/msp430-libc/DETAILS
@@ -0,0 +1,18 @@
+ MODULE=msp430-libc
+ VERSION=20120224
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE2=msp430-libc-20120224-sf3522752.patch
+ SOURCE_URL=$SFORGE_URL/mspgcc/msp430-libc
+ SOURCE2_URL=$PATCH_URL
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+ SOURCE_VFY=sha1:d01cf0db41bff1a0ab50644cbb11bc5a1d5be172
+ SOURCE2_VFY=sha1:2ca4aea9b8dcd6a199303373a8a97c7a2dd4eef6
+ WEB_SITE="http://mspgcc.sf.net/"
+ MAINTAINER=ratler at lunar-linux.org
+ ENTERED=20131021
+ UPDATED=20131021
+ SHORT="C runtime library for the MSP430 family of microcontrollers"
+
+cat <<EOF
+C runtime library for the MSP430 family of microcontrollers.
+EOF
--- /dev/null
+++ b/libs/msp430-libc/PRE_BUILD
@@ -0,0 +1,2 @@
+default_pre_build &&
+patch_it $SOURCE2 1
More information about the Lunar-commits
mailing list