mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
system/fpm2: Updated for version 0.79.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
parent
2f37ed8b3d
commit
77d28be0f0
3 changed files with 8 additions and 10 deletions
|
@ -2,7 +2,7 @@
|
||||||
#
|
#
|
||||||
# Slackware build script for FPM2
|
# Slackware build script for FPM2
|
||||||
#
|
#
|
||||||
# Copyright 2009-2010 Erik W. Hanson, Minneapolis, MN, USA
|
# Copyright 2009-2011 Erik W. Hanson, Minneapolis, MN, USA
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -23,16 +23,14 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=fpm2
|
PRGNAM=fpm2
|
||||||
VERSION=${VERSION:-0.78}
|
VERSION=${VERSION:-0.79}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
# Automatically determine the architecture we're building on:
|
|
||||||
if [ -z "$ARCH" ]; then
|
if [ -z "$ARCH" ]; then
|
||||||
case "$( uname -m )" in
|
case "$( uname -m )" in
|
||||||
i?86) ARCH=i486 ;;
|
i?86) ARCH=i486 ;;
|
||||||
arm*) ARCH=arm ;;
|
arm*) ARCH=arm ;;
|
||||||
# Unless $ARCH is already set, use uname -m for all other archs:
|
|
||||||
*) ARCH=$( uname -m ) ;;
|
*) ARCH=$( uname -m ) ;;
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="fpm2"
|
PRGNAM="fpm2"
|
||||||
VERSION="0.78"
|
VERSION="0.79"
|
||||||
HOMEPAGE="http://als.regnet.cz/fpm2/"
|
HOMEPAGE="http://als.regnet.cz/fpm2/"
|
||||||
DOWNLOAD="http://als.regnet.cz/fpm2/download/fpm2-0.78.tar.bz2"
|
DOWNLOAD="http://als.regnet.cz/fpm2/download/fpm2-0.79.tar.bz2"
|
||||||
MD5SUM="52823df8b19f2cf60b956c5d9fd4d60c"
|
MD5SUM="a1f28d5e3fffc78bf5c70a99287ce443"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
MAINTAINER="Erik Hanson"
|
MAINTAINER="Erik Hanson"
|
||||||
EMAIL="erik@slackbuilds.org"
|
EMAIL="erik@slackbuilds.org"
|
||||||
APPROVED="dsomero"
|
APPROVED="Niels Horn"
|
||||||
|
|
|
@ -5,9 +5,9 @@
|
||||||
# make exactly 11 lines for the formatting to be correct. It's also
|
# make exactly 11 lines for the formatting to be correct. It's also
|
||||||
# customary to leave one space after the ':'.
|
# customary to leave one space after the ':'.
|
||||||
|
|
||||||
|-----handy-ruler------------------------------------------------------|
|
|-----handy-ruler------------------------------------------------------|
|
||||||
fpm2: FPM2 (Figaro's Password Manager 2)
|
fpm2: FPM2 (Figaro's Password Manager 2)
|
||||||
fpm2:
|
fpm2:
|
||||||
fpm2: Figaro's Password Manager 2 is a program that allows you to securely
|
fpm2: Figaro's Password Manager 2 is a program that allows you to securely
|
||||||
fpm2: store the passwords using GTK2 interface.
|
fpm2: store the passwords using GTK2 interface.
|
||||||
fpm2:
|
fpm2:
|
||||||
|
|
Loading…
Reference in a new issue