summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author Heinz Wiesinger <pprkut@slackbuilds.org>2010-05-13 00:07:27 +0200
committer Heinz Wiesinger <pprkut@slackbuilds.org>2010-05-13 00:07:27 +0200
commitb72a172e9ad014e654219a3f2d6d178cf39b3d75 (patch)
treeeb46644d479c899f49dd3fee373bbe0d46b8ea9b /development
parenteb2bac00994e0994ee0933a2eec7e0c32982ad77 (diff)
downloadslackbuilds-b72a172e9ad014e654219a3f2d6d178cf39b3d75.tar.gz
slackbuilds-b72a172e9ad014e654219a3f2d6d178cf39b3d75.tar.xz
development/tavrasm: Removed from 13.0 repository
Diffstat (limited to 'development')
-rw-r--r--development/tavrasm/README12
-rw-r--r--development/tavrasm/slack-desc19
-rw-r--r--development/tavrasm/tavrasm.SlackBuild46
-rw-r--r--development/tavrasm/tavrasm.info8
4 files changed, 0 insertions, 85 deletions
diff --git a/development/tavrasm/README b/development/tavrasm/README
deleted file mode 100644
index bf81f75394..0000000000
--- a/development/tavrasm/README
+++ /dev/null
@@ -1,12 +0,0 @@
-tavrasm is an assembler for the Atmel AVR family of micro-controllers.
-It uses a syntax similar to the one found in the Atmel AVR DOS assembler.
-Some of the features includes:
-
- - Super-set of Atmel AVR assembler.
- - Macros in macros.
- - Save Intel HEX, Motorola S-record, Generic and binary output.
- - More than 100 warning/error messages.
- - Atmel object files compatible with Atmel's AVR Studio.
- - 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
deleted file mode 100644
index 48423ced58..0000000000
--- a/development/tavrasm/slack-desc
+++ /dev/null
@@ -1,19 +0,0 @@
-# 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
-tavrasm: syntax similar to the one found in the Atmel AVR DOS assembler.
-tavrasm:
-tavrasm: http://www.tavrasm.org
-tavrasm:
-tavrasm:
-tavrasm:
-tavrasm:
-tavrasm:
diff --git a/development/tavrasm/tavrasm.SlackBuild b/development/tavrasm/tavrasm.SlackBuild
deleted file mode 100644
index 82ba0c7e54..0000000000
--- a/development/tavrasm/tavrasm.SlackBuild
+++ /dev/null
@@ -1,46 +0,0 @@
-#!/bin/sh
-
-# Slackware build script for tavrasm
-# Written by B.Ton <b.t.ton@student.utwente.nl>
-# Modified by the SlackBuilds.org project
-
-set -e
-
-PRGNAM=tavrasm
-VERSION=122
-ARCH=${ARCH:-i486}
-BUILD=${BUILD:-1}
-TAG=${TAG:-_SBo}
-CWD=$(pwd)
-TMP=${TMP:-/tmp/SBo}
-PKG=$TMP/package-$PRGNAM
-OUTPUT=${OUTPUT:-/tmp}
-
-rm -rf $PKG
-mkdir -p $TMP $PKG $OUTPUT
-cd $TMP
-rm -rf $PRGNAM
-tar -xzvf $CWD/$PRGNAM.tar.gz
-cd $PRGNAM.$VERSION
-chown -R root:root .
-chmod -R u+w,go+r-w,a-s .
-
-cd src
-make
-install -D -m 0755 tavrasm $PKG/usr/bin/tavrasm
-strip --strip-unneeded $PKG/usr/bin/tavrasm
-cd ..
-
-# Install the man page included with the source
-install -D -m 0644 tavrasm.1 $PKG/usr/man/man1/tavrasm.1
-gzip -9 $PKG/usr/man/man1/tavrasm.1
-
-mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a README gpl.txt $PKG/usr/doc/$PRGNAM-$VERSION
-cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
-
-mkdir -p $PKG/install
-cat $CWD/slack-desc > $PKG/install/slack-desc
-
-cd $PKG
-/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
diff --git a/development/tavrasm/tavrasm.info b/development/tavrasm/tavrasm.info
deleted file mode 100644
index d745828162..0000000000
--- a/development/tavrasm/tavrasm.info
+++ /dev/null
@@ -1,8 +0,0 @@
-PRGNAM="tavrasm"
-VERSION="122"
-HOMEPAGE="http://www.tavrasm.org"
-DOWNLOAD="http://www.tavrasm.org/tavrasm.tar.gz"
-MD5SUM="db6dff5aedbfe98939a9a457d97a2f6a"
-MAINTAINER="B.Ton"
-EMAIL="b.t.ton@student.utwente.nl"
-APPROVED="rworkman"