diff options
author | B.Ton <b.t.ton@student.utwente.nl> | 2010-05-11 19:44:22 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 19:44:22 +0200 |
commit | 8c32a09828fb179ac38e16ee4a98c8a3b775a30c (patch) | |
tree | 9029ffa81931e6ed9d7dced00cb0e00a877e08cb /development/tavrasm | |
parent | 9cbe6328c99597cb4ec29320848ac48a8024e47a (diff) |
development/tavrasm: Updated for version 122
Diffstat (limited to 'development/tavrasm')
-rw-r--r-- | development/tavrasm/README | 1 | ||||
-rw-r--r-- | development/tavrasm/slack-desc | 10 | ||||
-rw-r--r-- | development/tavrasm/tavrasm.SlackBuild | 2 | ||||
-rw-r--r-- | development/tavrasm/tavrasm.info | 2 |
4 files changed, 12 insertions, 3 deletions
diff --git a/development/tavrasm/README b/development/tavrasm/README index c1e89aede9d3..bf81f75394fe 100644 --- a/development/tavrasm/README +++ b/development/tavrasm/README @@ -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. - diff --git a/development/tavrasm/slack-desc b/development/tavrasm/slack-desc index 74e3de1768ae..48423ced587a 100644 --- a/development/tavrasm/slack-desc +++ b/development/tavrasm/slack-desc @@ -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: diff --git a/development/tavrasm/tavrasm.SlackBuild b/development/tavrasm/tavrasm.SlackBuild index 5ac6737f55b6..82ba0c7e54ad 100644 --- a/development/tavrasm/tavrasm.SlackBuild +++ b/development/tavrasm/tavrasm.SlackBuild @@ -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} diff --git a/development/tavrasm/tavrasm.info b/development/tavrasm/tavrasm.info index 4924f96c3728..d745828162b6 100644 --- a/development/tavrasm/tavrasm.info +++ b/development/tavrasm/tavrasm.info @@ -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" |