diff options
author | LEVAI Daniel <leva@ecentrum.hu> | 2013-12-14 21:46:58 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2013-12-14 10:53:07 -0600 |
commit | aa249d7a727276b413b419bb027acd0ee47306b0 (patch) | |
tree | d6379343f10f085b39e5fecef2a502b7aba1e898 /system/kc | |
parent | af993d7297b601a7d1faa6e731d3e07aa2bd5726 (diff) | |
download | slackbuilds-aa249d7a727276b413b419bb027acd0ee47306b0.tar.gz |
system/kc: Updated for version 2.3.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/kc')
-rw-r--r-- | system/kc/README | 3 | ||||
-rw-r--r-- | system/kc/kc.SlackBuild | 11 | ||||
-rw-r--r-- | system/kc/kc.info | 8 |
3 files changed, 10 insertions, 12 deletions
diff --git a/system/kc/README b/system/kc/README index dcd19ed104..b8b8f0ef4d 100644 --- a/system/kc/README +++ b/system/kc/README @@ -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 diff --git a/system/kc/kc.SlackBuild b/system/kc/kc.SlackBuild index 24df7cd815..269e3ea54a 100644 --- a/system/kc/kc.SlackBuild +++ b/system/kc/kc.SlackBuild @@ -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 diff --git a/system/kc/kc.info b/system/kc/kc.info index a25edc4068..81735120da 100644 --- a/system/kc/kc.info +++ b/system/kc/kc.info @@ -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" |