ham/codec2: Updated for version 1.0.3.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
2030a76df6
commit
340785f088
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for codec2
|
||||
|
||||
# Copyright 2018, Gustavo Conrad, gus3963 gmail com
|
||||
# Copyright 2018, 2022, Gustavo Conrad, gus3963 gmail com
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=codec2
|
||||
VERSION=${VERSION:-0.7}
|
||||
VERSION=${VERSION:-1.0.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -70,7 +70,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.xz
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
@ -98,7 +98,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
|
|||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a \
|
||||
COPYING INSTALL README README_fdmdv.txt README_fsk.txt \
|
||||
COPYING README*.md \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="codec2"
|
||||
VERSION="0.7"
|
||||
VERSION="1.0.3"
|
||||
HOMEPAGE="http://rowetel.com/codec2.html"
|
||||
DOWNLOAD="https://freedv.com/wp-content/uploads/sites/8/2017/10/codec2-0.7.tar.xz"
|
||||
MD5SUM="b06cfa17bd41a946ea9ff5f180e0feae"
|
||||
DOWNLOAD="https://github.com/drowe67/codec2/archive/v1.0.3/codec2-1.0.3.tar.gz"
|
||||
MD5SUM="a20cb37573eb98f8c956212698a49a81"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue