system/passwordsafe: Updated for version 1.00BETA.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
d5081c19a1
commit
51a70d8ace
|
@ -6,10 +6,11 @@ password manager.
|
||||||
|
|
||||||
pwsafe supports Yubicos Yubikey, a unique USB and NFC device offering one-touch
|
pwsafe supports Yubicos Yubikey, a unique USB and NFC device offering one-touch
|
||||||
authentication and supporting multiple authentication protocols for all devices
|
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:
|
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.
|
In this case you don't need libyubikey and ykpers packages.
|
||||||
|
|
||||||
|
|
|
@ -23,14 +23,14 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=passwordsafe
|
PRGNAM=passwordsafe
|
||||||
VERSION=${VERSION:-0.99BETA}
|
VERSION=${VERSION:-1.00BETA}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
SRCNAM=pwsafe
|
SRCNAM=pwsafe
|
||||||
|
|
||||||
if [ -z "$ARCH" ]; then
|
if [ -z "$ARCH" ]; then
|
||||||
case "$( uname -m )" in
|
case "$( uname -m )" in
|
||||||
i?86) ARCH=i486 ;;
|
i?86) ARCH=i586 ;;
|
||||||
arm*) ARCH=arm ;;
|
arm*) ARCH=arm ;;
|
||||||
*) ARCH=$( uname -m ) ;;
|
*) ARCH=$( uname -m ) ;;
|
||||||
esac
|
esac
|
||||||
|
@ -41,8 +41,8 @@ TMP=${TMP:-/tmp/SBo}
|
||||||
PKG=$TMP/package-$PRGNAM
|
PKG=$TMP/package-$PRGNAM
|
||||||
OUTPUT=${OUTPUT:-/tmp}
|
OUTPUT=${OUTPUT:-/tmp}
|
||||||
|
|
||||||
if [ "$ARCH" = "i486" ]; then
|
if [ "$ARCH" = "i586" ]; then
|
||||||
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
|
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
|
||||||
LIBDIRSUFFIX=""
|
LIBDIRSUFFIX=""
|
||||||
elif [ "$ARCH" = "i686" ]; then
|
elif [ "$ARCH" = "i686" ]; then
|
||||||
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
|
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
|
||||||
|
@ -73,7 +73,7 @@ rm -rf $PKG
|
||||||
mkdir -p $TMP $PKG $OUTPUT
|
mkdir -p $TMP $PKG $OUTPUT
|
||||||
cd $TMP
|
cd $TMP
|
||||||
rm -rf $SRCNAM-$VERSION
|
rm -rf $SRCNAM-$VERSION
|
||||||
tar xvf $CWD/$SRCNAM-$VERSION-src.tgz
|
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
|
||||||
cd $SRCNAM-$VERSION
|
cd $SRCNAM-$VERSION
|
||||||
chown -R root:root .
|
chown -R root:root .
|
||||||
find -L . \
|
find -L . \
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="passwordsafe"
|
PRGNAM="passwordsafe"
|
||||||
VERSION="0.99BETA"
|
VERSION="1.00BETA"
|
||||||
HOMEPAGE="http://pwsafe.org"
|
HOMEPAGE="https://pwsafe.org"
|
||||||
DOWNLOAD="https://sourceforge.net/projects/passwordsafe/files/Linux-BETA/0.99/pwsafe-0.99BETA-src.tgz"
|
DOWNLOAD="https://github.com/pwsafe/pwsafe/archive/1.00BETA/pwsafe-1.00BETA.tar.gz"
|
||||||
MD5SUM="e3ff6a407542a06050cdca3235d7265c"
|
MD5SUM="15530c19f2b0df6e716fd2affe018970"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="ykpers xerces-c wxGTK3 xvkbd"
|
REQUIRES="ykpers xerces-c wxGTK3 xvkbd"
|
||||||
|
|
|
@ -12,7 +12,7 @@ passwordsafe: Portable version of popular password manager program
|
||||||
passwordsafe: pwsafe is the Linux version of the popular Windows PasswordSafe
|
passwordsafe: pwsafe is the Linux version of the popular Windows PasswordSafe
|
||||||
passwordsafe: password manager.
|
passwordsafe: password manager.
|
||||||
passwordsafe:
|
passwordsafe:
|
||||||
passwordsafe: http://passwordsafe.sourceforge.net
|
passwordsafe: https://pwsafe.org
|
||||||
passwordsafe: Rony Shapiro <ronys@users.sf.net>
|
passwordsafe: Rony Shapiro <ronys@users.sf.net>
|
||||||
passwordsafe:
|
passwordsafe:
|
||||||
passwordsafe:
|
passwordsafe:
|
||||||
|
|
Loading…
Reference in New Issue