mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
system/passwordsafe: Updated for version 1.00BETA.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
d5081c19a1
commit
51a70d8ace
4 changed files with 13 additions and 12 deletions
|
@ -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.
|
||||
|
||||
|
|
|
@ -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 . \
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue