diff options
Diffstat (limited to 'audio/amSynth')
-rw-r--r-- | audio/amSynth/README | 4 | ||||
-rw-r--r-- | audio/amSynth/amSynth.SlackBuild | 10 | ||||
-rw-r--r-- | audio/amSynth/amSynth.info | 2 |
3 files changed, 8 insertions, 8 deletions
diff --git a/audio/amSynth/README b/audio/amSynth/README index 7d06c273ce..f13e055072 100644 --- a/audio/amSynth/README +++ b/audio/amSynth/README @@ -31,5 +31,5 @@ may be considered a security/stability risk. Please read http://www.slackbuilds.org/caps/ for more information. To disable capabilities, pass SETCAP=no to the script. -Optional dependencies, autodetected at buildtime: -jack-audio-connection-kit||jack2,lash,dssi,pandoc +Optional dependencies, autodetected at build time: +jack, lash, dssi, pandoc diff --git a/audio/amSynth/amSynth.SlackBuild b/audio/amSynth/amSynth.SlackBuild index fc539c57ab..7a9abb63e0 100644 --- a/audio/amSynth/amSynth.SlackBuild +++ b/audio/amSynth/amSynth.SlackBuild @@ -28,6 +28,8 @@ VERSION=${VERSION:-1.9.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} +SRCNAM=amsynth + if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i586 ;; @@ -60,11 +62,9 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 -#cd $PRGNAM-$VERSION -# Since the source doesn't contain "S" ..., i'd like to rename this package for a reason -cd amsynth-$VERSION +rm -rf $SRCNAM-$VERSION +tar xvf $CWD/$SRCNAM-$VERSION.tar.bz2 +cd $SRCNAM-$VERSION chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ diff --git a/audio/amSynth/amSynth.info b/audio/amSynth/amSynth.info index 824b9e0833..c8b30da140 100644 --- a/audio/amSynth/amSynth.info +++ b/audio/amSynth/amSynth.info @@ -1,7 +1,7 @@ PRGNAM="amSynth" VERSION="1.9.0" HOMEPAGE="https://amsynth.github.io/" -DOWNLOAD="https://github.com/amsynth/amsynth/releases/download/release-1.9.0/amSynth-1.9.0.tar.bz2" +DOWNLOAD="https://github.com/amsynth/amsynth/releases/download/release-1.9.0/amsynth-1.9.0.tar.bz2" MD5SUM="2328dba5ffb5310ff7b1ab14805da9d5" DOWNLOAD_x86_64="" MD5SUM_x86_64="" |