summaryrefslogtreecommitdiffstats
path: root/audio/ncspot/ncspot.SlackBuild
diff options
context:
space:
mode:
author Gene Carlson <kvngncrlsn@gmail.com>2023-12-17 11:03:47 +0900
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-12-22 08:00:29 +0700
commitb3643060222dbb83de98d5915ef85edd9bde50af (patch)
tree2bc8095dd6ab92cea94ca0ac3592d508781566d7 /audio/ncspot/ncspot.SlackBuild
parent1daae877ba7de63669140fe90d310d51a0de21a9 (diff)
downloadslackbuilds-b3643060222dbb83de98d5915ef85edd9bde50af.tar.gz
slackbuilds-b3643060222dbb83de98d5915ef85edd9bde50af.tar.xz
audio/ncspot: Updated for version 1.0.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/ncspot/ncspot.SlackBuild')
-rw-r--r--audio/ncspot/ncspot.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/ncspot/ncspot.SlackBuild b/audio/ncspot/ncspot.SlackBuild
index a5870b45e6..5093f8e1f1 100644
--- a/audio/ncspot/ncspot.SlackBuild
+++ b/audio/ncspot/ncspot.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=ncspot
-VERSION=${VERSION:-0.13.4}
+VERSION=${VERSION:-1.0.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -88,7 +88,7 @@ cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION/misc
-tar xvf $CWD/ncspot-misc.tar
+tar xvf $CWD/ncspot-misc-$VERSION.tar
cd ..
# build offline
@@ -178,7 +178,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a LICENSE README.md doc/users.md $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a LICENSE README.md CHANGELOG.md doc/users.md $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
# Completions