summaryrefslogtreecommitdiffstats
path: root/source/ap/soma/soma.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/ap/soma/soma.SlackBuild')
-rwxr-xr-xsource/ap/soma/soma.SlackBuild15
1 files changed, 6 insertions, 9 deletions
diff --git a/source/ap/soma/soma.SlackBuild b/source/ap/soma/soma.SlackBuild
index d8c6e961e..94250798e 100755
--- a/source/ap/soma/soma.SlackBuild
+++ b/source/ap/soma/soma.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for soma
# (C) 2010 David Woodfall <dave@dawoodfall.net>
-# TMPROOT modification (C) Patrick Volkerding with thanks
+# Modifications (C) Patrick Volkerding
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,10 +25,9 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=soma
-VERSION=${VERSION:-3.0.4}
+VERSION=${VERSION:-3.2.0}
ARCH=noarch
BUILD=${BUILD:-1}
-#TAG=${TAG:-daw}
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
# the name of the created package would be, and then exit. This information
@@ -62,17 +61,15 @@ mkdir -p $PKG/usr/bin $PKG/etc/soma/themes \
$PKG/install $PKG/usr/doc/$PRGNAM-$VERSION
install -m 755 soma $PKG/usr/bin/soma
-install -m 644 options.conf $PKG/etc/soma/options.conf.new
-install -m 644 stations.conf $PKG/etc/soma/stations.conf.new
+install -m 644 options.conf.new $PKG/etc/soma
+install -m 644 stations.conf.new $PKG/etc/soma
install -m 644 themes/* $PKG/etc/soma/themes
install -m 644 genres/* $PKG/etc/soma/genres
-cp -a \
- $CWD/README $CWD/ChangeLog.txt \
- $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a README *.txt $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/slack-desc > $PKG/install/slack-desc
zcat $CWD/doinst.sh.gz > $PKG/install/doinst.sh
cd $PKG
-/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-txz}
+/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD.${PKGTYPE:-txz}