|
|
@ -1,6 +1,6 @@ |
|
|
|
#!/bin/bash |
|
|
|
# Build script for Slackware |
|
|
|
# Copyright (C) 2013,2016,2017,2019 Damien Goutte-Gattat |
|
|
|
# Copyright (C) 2013,2016,2017,2019,2010 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 qtkeychain sourcecode is available at: |
|
|
|
# <https://github.com/frankosterfeld/qtkeychain>. |
|
|
|
# |
|
|
|
# Depends: l/qt5 |
|
|
|
|
|
|
|
# Source package infos |
|
|
|
NAMESRC=${NAMESRC:-qtkeychain} |
|
|
|
VERSION=${VERSION:-0.9.1} |
|
|
|
VERSION=${VERSION:-0.10.0} |
|
|
|
ARCHIVE=${ARCHIVE:-$NAMESRC-$VERSION.tar.gz} |
|
|
|
WGET=${WGET:-https://github.com/frankosterfeld/qtkeychain/archive/v$VERSION.tar.gz} |
|
|
|
|
|
|
|