diff options
author | newHeiko <35038740+newHeiko@users.noreply.github.com> | 2022-04-23 17:26:09 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-30 13:51:45 +0700 |
commit | 5167a54a743256748e75edef97790fc9570c3139 (patch) | |
tree | 7a3226173df43986b9eb0c0e6255c3b71bf2f612 /development/avr-binutils/avr-binutils.SlackBuild | |
parent | 34d1e3706a1bbc9186a6428b617ec3a317813c88 (diff) |
development/avr-binutils: Updated for version 2.38.
Also included not-so-new maintainer info in SlackBuild.
Let me know if the "public domain" license (taken over from previous
maintainers) is an issue.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/avr-binutils/avr-binutils.SlackBuild')
-rw-r--r-- | development/avr-binutils/avr-binutils.SlackBuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/development/avr-binutils/avr-binutils.SlackBuild b/development/avr-binutils/avr-binutils.SlackBuild index ba6816b9120af..f0be939b0bb0e 100644 --- a/development/avr-binutils/avr-binutils.SlackBuild +++ b/development/avr-binutils/avr-binutils.SlackBuild @@ -3,15 +3,16 @@ # Slackware build script for avr-binutils # Written by Marek Buras <cyfr0n (at) go2 !dot pl> -# Previously maintainted by Vliegendehuiskat <vliegendehuiskat [at] gmail [dot] com> -# Now maintained by Claudio Henrique Fortes Felix <felix.claudio [at] gmail [dot] com>. +# Previously maintained by Vliegendehuiskat <vliegendehuiskat [at] gmail [dot] com> +# Previously maintained by Claudio Henrique Fortes Felix <felix.claudio [at] gmail [dot] com> +# Now maintained by Heiko Rosemann <heiko [dot] rosemann [at] web [dot] de> # This file is placed in the public domain. cd $(dirname $0) ; CWD=$(pwd) PRGNAM=avr-binutils -VERSION=${VERSION:-2.35.1} +VERSION=${VERSION:-2.38} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -56,7 +57,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf binutils-$VERSION -tar xvf $CWD/binutils-$VERSION.tar.bz2 +tar xvf $CWD/binutils-$VERSION.tar.?z* cd binutils-$VERSION chown -R root:root . find -L . \ |