system/kc: Updated for version 2.3.2.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
LEVAI Daniel 2013-12-14 21:46:58 +07:00 committed by Erik Hanson
parent af993d7297
commit aa249d7a72
3 changed files with 10 additions and 12 deletions

View file

@ -6,10 +6,9 @@ Features include (but not limited to):
* encrypted or plain text database import/export
* fuzzy displaying of passwords if you suspect someone might watch
your monitor
* copy passwords to various clipboards
* multiple keychains per database
* the usual editing functions
* compiles and works on *BSD and Linux
* editline (libedit) and readline support
* clean and simple CLI with command and keychain completion
* comes with a tiny and simple utility which can convert an exported
pwsafe database to a kc compatible XML database

View file

@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=kc
VERSION=2.3.1
VERSION=${VERSION:-2.3.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -66,14 +66,13 @@ rm -rf $PRGNAM-$VERSION
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
-exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
CFLAGS="$SLKCFLAGS" make -f GNUMakefile HAVE_PCRE=y
make -f GNUMakefile install DESTDIR=$PKG PREFIX=/usr
install -D -c -o root -g root -m 0755 pwsafe_to_kc.pl $PKG/usr/share/$PRGNAM/pwsafe_to_kc.pl
strip --strip-unneeded $PKG/usr/bin/kc
gzip -9 $PKG/usr/man/man1/kc.1

View file

@ -1,10 +1,10 @@
PRGNAM="kc"
VERSION="2.3.1"
VERSION="2.3.2"
HOMEPAGE="https://github.com/levaidaniel/kc"
DOWNLOAD="https://github.com/levaidaniel/kc/archive/2.3.1.tar.gz"
MD5SUM="8097bbfc690a16fa4523eb169fd04cd2"
DOWNLOAD="https://github.com/levaidaniel/kc/archive/2.3.2.tar.gz"
MD5SUM="efb9369e6f44ba254d4e1a5c0d4443a5"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libbsd perl-html-parser"
REQUIRES="libbsd"
MAINTAINER="LEVAI Daniel"
EMAIL="leva@ecentrum.hu"