|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
#!/bin/bash |
|
|
|
|
# Build script for Slackware |
|
|
|
|
# Copyright (C) 2018,2019 Damien Goutte-Gattat |
|
|
|
|
# Copyright (C) 2018,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,11 +24,11 @@
|
|
|
|
|
# |
|
|
|
|
# Latest ring-lrc sourcecode is available at: <https://jami.net/>. |
|
|
|
|
# |
|
|
|
|
# Depends: l/qt5, n/ring-daemon |
|
|
|
|
# Depends: n/ring-daemon |
|
|
|
|
|
|
|
|
|
# Source package infos |
|
|
|
|
NAMESRC=${NAMESRC:-jami} |
|
|
|
|
VERSION=${VERSION:-20191111.3.a3432a2} |
|
|
|
|
VERSION=${VERSION:-20200619.2.539dbc7} |
|
|
|
|
ARCHIVE=${ARCHIVE:-${NAMESRC}_$VERSION.tar.gz} |
|
|
|
|
WGET=${WGET:-https://dl.ring.cx/ring-release/tarballs/$ARCHIVE} |
|
|
|
|
|
|
|
|
@ -105,7 +105,6 @@ install -D -m 644 $CWD/slack-desc $PKG/install/slack-desc
|
|
|
|
|
|
|
|
|
|
# Add dependency infos |
|
|
|
|
cat > $PKG/install/slack-required <<EOD |
|
|
|
|
qt5 |
|
|
|
|
ring-daemon |
|
|
|
|
EOD |
|
|
|
|
|
|
|
|
|