summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author rfmae <rf.mae.git@gmail.com>2016-11-25 21:08:46 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-11-26 11:47:24 +0700
commit51a70d8aceef83a7a18722ac4b1ec9e1c53f8bfd (patch)
treeb21742152dc3be91954889ce877d570e793946ce /system
parentd5081c19a1cbdb3eb45d4c3b1150e0b5961b91e1 (diff)
downloadslackbuilds-51a70d8aceef83a7a18722ac4b1ec9e1c53f8bfd.tar.gz
slackbuilds-51a70d8aceef83a7a18722ac4b1ec9e1c53f8bfd.tar.xz
system/passwordsafe: Updated for version 1.00BETA.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/passwordsafe/README5
-rw-r--r--system/passwordsafe/passwordsafe.SlackBuild10
-rw-r--r--system/passwordsafe/passwordsafe.info8
-rw-r--r--system/passwordsafe/slack-desc2
4 files changed, 13 insertions, 12 deletions
diff --git a/system/passwordsafe/README b/system/passwordsafe/README
index 9db6f54f7a..8690bb4e13 100644
--- a/system/passwordsafe/README
+++ b/system/passwordsafe/README
@@ -6,10 +6,11 @@ password manager.
pwsafe supports Yubicos Yubikey, a unique USB and NFC device offering one-touch
authentication and supporting multiple authentication protocols for all devices
-and platfroms - with no driver or client software needed.
+and platforms - with no driver or client software needed.
To compile the package without Yubikey support pass NO_YUBI=1 to the script:
-NO_YUBI=1 ./passwordsafe.SlackBuild
+
+ NO_YUBI=1 ./passwordsafe.SlackBuild
In this case you don't need libyubikey and ykpers packages.
diff --git a/system/passwordsafe/passwordsafe.SlackBuild b/system/passwordsafe/passwordsafe.SlackBuild
index 6bb77d31e6..f47d371d10 100644
--- a/system/passwordsafe/passwordsafe.SlackBuild
+++ b/system/passwordsafe/passwordsafe.SlackBuild
@@ -23,14 +23,14 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=passwordsafe
-VERSION=${VERSION:-0.99BETA}
+VERSION=${VERSION:-1.00BETA}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
SRCNAM=pwsafe
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@@ -41,8 +41,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-if [ "$ARCH" = "i486" ]; then
- SLKCFLAGS="-O2 -march=i486 -mtune=i686"
+if [ "$ARCH" = "i586" ]; then
+ SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
@@ -73,7 +73,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $SRCNAM-$VERSION
-tar xvf $CWD/$SRCNAM-$VERSION-src.tgz
+tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
cd $SRCNAM-$VERSION
chown -R root:root .
find -L . \
diff --git a/system/passwordsafe/passwordsafe.info b/system/passwordsafe/passwordsafe.info
index 9e72aeeeb4..6cf351a52c 100644
--- a/system/passwordsafe/passwordsafe.info
+++ b/system/passwordsafe/passwordsafe.info
@@ -1,8 +1,8 @@
PRGNAM="passwordsafe"
-VERSION="0.99BETA"
-HOMEPAGE="http://pwsafe.org"
-DOWNLOAD="https://sourceforge.net/projects/passwordsafe/files/Linux-BETA/0.99/pwsafe-0.99BETA-src.tgz"
-MD5SUM="e3ff6a407542a06050cdca3235d7265c"
+VERSION="1.00BETA"
+HOMEPAGE="https://pwsafe.org"
+DOWNLOAD="https://github.com/pwsafe/pwsafe/archive/1.00BETA/pwsafe-1.00BETA.tar.gz"
+MD5SUM="15530c19f2b0df6e716fd2affe018970"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="ykpers xerces-c wxGTK3 xvkbd"
diff --git a/system/passwordsafe/slack-desc b/system/passwordsafe/slack-desc
index b6ab844ffe..fb94ec1de9 100644
--- a/system/passwordsafe/slack-desc
+++ b/system/passwordsafe/slack-desc
@@ -12,7 +12,7 @@ passwordsafe: Portable version of popular password manager program
passwordsafe: pwsafe is the Linux version of the popular Windows PasswordSafe
passwordsafe: password manager.
passwordsafe:
-passwordsafe: http://passwordsafe.sourceforge.net
+passwordsafe: https://pwsafe.org
passwordsafe: Rony Shapiro <ronys@users.sf.net>
passwordsafe:
passwordsafe: