|
|
@ -1,6 +1,6 @@ |
|
|
|
#!/bin/bash |
|
|
|
# Build script for Slackware |
|
|
|
# Copyright (C) 2013,2016,2019 Damien Goutte-Gattat |
|
|
|
# Copyright (C) 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 cantata sourcecode is available at: |
|
|
|
# <https://github.com/CDrummond/cantata>. |
|
|
|
# |
|
|
|
# Depends: l/qt5 |
|
|
|
|
|
|
|
# Source package infos |
|
|
|
NAMESRC=${NAMESRC:-cantata} |
|
|
|
VERSION=${VERSION:-2.3.3} |
|
|
|
VERSION=${VERSION:-2.4.1} |
|
|
|
ARCHIVE=${ARCHIVE:-$NAMESRC-$VERSION.tar.bz2} |
|
|
|
WGET=${WGET:-https://github.com/CDrummond/cantata/releases/download/v$VERSION/$ARCHIVE} |
|
|
|
|
|
|
@ -107,11 +105,6 @@ install -m 644 AUTHORS ChangeLog LICENSE README TODO $PKG/usr/doc/$NAME |
|
|
|
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 |
|
|
|