development/tavrasm: Updated for version 122

This commit is contained in:
B.Ton 2010-05-11 19:44:22 +02:00 committed by Robby Workman
parent 9cbe6328c9
commit 8c32a09828
4 changed files with 12 additions and 3 deletions

View File

@ -10,4 +10,3 @@ Some of the features includes:
- C escape characters in char/string literals.
- Runs on (win)DOS, Linux, OS/2, Solaris, ...
- Free software released under GPL.

View File

@ -1,3 +1,11 @@
# HOW TO EDIT THIS FILE:
# The "handy ruler" below makes it easier to edit a package description. Line
# up the first '|' above the ':' following the base package name, and the '|'
# on the right side marks the last column you can put a character in. You must
# make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':'.
|-----handy-ruler------------------------------------------------------|
tavrasm: tavrasm (Toms Linux AVR Assembler)
tavrasm:
tavrasm: A assembler for the Atmel AVR series of micro-controllers. It uses a
@ -7,3 +15,5 @@ tavrasm: http://www.tavrasm.org
tavrasm:
tavrasm:
tavrasm:
tavrasm:
tavrasm:

View File

@ -11,7 +11,7 @@ VERSION=122
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
CWD=`pwd`
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}

View File

@ -5,4 +5,4 @@ DOWNLOAD="http://www.tavrasm.org/tavrasm.tar.gz"
MD5SUM="db6dff5aedbfe98939a9a457d97a2f6a"
MAINTAINER="B.Ton"
EMAIL="b.t.ton@student.utwente.nl"
APPROVED="robw810"
APPROVED="rworkman"