diff options
Diffstat (limited to 'office/keepassx')
-rw-r--r-- | office/keepassx/keepassx.SlackBuild | 16 | ||||
-rw-r--r-- | office/keepassx/keepassx.info | 6 | ||||
-rw-r--r-- | office/keepassx/slack-desc | 12 |
3 files changed, 23 insertions, 11 deletions
diff --git a/office/keepassx/keepassx.SlackBuild b/office/keepassx/keepassx.SlackBuild index 80b5949a6f..a149778cb4 100644 --- a/office/keepassx/keepassx.SlackBuild +++ b/office/keepassx/keepassx.SlackBuild @@ -23,11 +23,20 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=keepassx -VERSION=0.4.1 -ARCH=${ARCH:-i486} +VERSION=0.4.3 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} +# Automatically determine the architecture we're building on: +if [ -z "$ARCH" ]; then + case "$( uname -m )" in + i?86) export ARCH=i486 ;; + arm*) export ARCH=arm ;; + # Unless $ARCH is already set, use uname -m for all other # archs: + *) export ARCH=$( uname -m ) ;; + esac +fi + CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM @@ -42,6 +51,9 @@ elif [ "$ARCH" = "i686" ]; then elif [ "$ARCH" = "x86_64" ]; then SLKCFLAGS="-O2 -fPIC" LIBDIRSUFFIX="64" +else + SLKCFLAGS="-O2" + LIBDIRSUFFIX="" fi set -e diff --git a/office/keepassx/keepassx.info b/office/keepassx/keepassx.info index f483ef9fae..b4a3cdfff8 100644 --- a/office/keepassx/keepassx.info +++ b/office/keepassx/keepassx.info @@ -1,8 +1,8 @@ PRGNAM="keepassx" -VERSION="0.4.1" +VERSION="0.4.3" HOMEPAGE="http:///www.keepassx.org/" -DOWNLOAD="http://downloads.sourceforge.net/keepassx/keepassx-0.4.1.tar.gz" -MD5SUM="96efdf5855703e3d2817973d5e2b0fcf" +DOWNLOAD="http://downloads.sourceforge.net/keepassx/keepassx-0.4.3.tar.gz" +MD5SUM="1df67bb22b2e08df49f09e61d156f508" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="fdeak" diff --git a/office/keepassx/slack-desc b/office/keepassx/slack-desc index e35242f630..2a7678eaf6 100644 --- a/office/keepassx/slack-desc +++ b/office/keepassx/slack-desc @@ -10,10 +10,10 @@ keepassx: keepassx (personal data management application) keepassx: keepassx: KeePassX is an application for people with extremly high demands on keepassx: secure personal data management -keepassx: KeePassX saves many different information e.g. user names, passwords, -keepassx: urls, attachmets and comments in one single database. For a better -keepassx: management user-defined titles and icons can be specified for each -keepassx: single entry. Furthermore the entries are sorted in groups, which are -keepassx: customizable as well. The integrated search function allows to search -keepassx: in a single group or the complete database. KeePassX offers a little +keepassx: KeePassX saves many different information e.g. user names, passwords, +keepassx: urls, attachmets and comments in one single database. For a better +keepassx: management user-defined titles and icons can be specified for each +keepassx: single entry. Furthermore the entries are sorted in groups, which are +keepassx: customizable as well. The integrated search function allows to search +keepassx: in a single group or the complete database. KeePassX offers a little keepassx: utility for secure password generation. |