|
|
@ -1,6 +1,6 @@ |
|
|
|
#!/bin/bash |
|
|
|
# Build script for Slackware |
|
|
|
# Copyright (C) 2011,2013,2016,2019 Damien Goutte-Gattat |
|
|
|
# Copyright (C) 2011,2013,2016,2019,2020 Damien Goutte-Gattat |
|
|
|
# |
|
|
|
# Redistribution and use of this script, with or without modifications, |
|
|
|
# is permitted provided that the following conditions are met: |
|
|
@ -24,12 +24,10 @@ |
|
|
|
# |
|
|
|
# Latest qsynth sourcecode is available at: |
|
|
|
# <http://qsynth.sourceforge.net>. |
|
|
|
# |
|
|
|
# Depends: l/qt5 |
|
|
|
|
|
|
|
# Source package infos |
|
|
|
NAMESRC=${NAMESRC:-qsynth} |
|
|
|
VERSION=${VERSION:-0.6.1} |
|
|
|
VERSION=${VERSION:-0.6.2} |
|
|
|
ARCHIVE=${ARCHIVE:-$NAMESRC-$VERSION.tar.gz} |
|
|
|
WGET=${WGET:-http://downloads.sourceforge.net/qsynth/$ARCHIVE} |
|
|
|
|
|
|
@ -100,11 +98,6 @@ install -m 644 AUTHORS COPYING ChangeLog README TODO TRANSLATORS \ |
|
|
|
install -D -m 644 $CWD/slack-desc $PKG/install/slack-desc |
|
|
|
install -m 755 $CWD/doinst.sh $PKG/install/doinst.sh |
|
|
|
|
|
|
|
# Add dependency infos |
|
|
|
cat <<EOF > $PKG/install/slack-required |
|
|
|
qt5 |
|
|
|
EOF |
|
|
|
|
|
|
|
# Package the tree |
|
|
|
cd $PKG |
|
|
|
mkdir -p $OUT |
|
|
|