mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
system/kc: Updated for version 2.3.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
af993d7297
commit
aa249d7a72
3 changed files with 10 additions and 12 deletions
|
@ -6,10 +6,9 @@ Features include (but not limited to):
|
||||||
* encrypted or plain text database import/export
|
* encrypted or plain text database import/export
|
||||||
* fuzzy displaying of passwords if you suspect someone might watch
|
* fuzzy displaying of passwords if you suspect someone might watch
|
||||||
your monitor
|
your monitor
|
||||||
|
* copy passwords to various clipboards
|
||||||
* multiple keychains per database
|
* multiple keychains per database
|
||||||
* the usual editing functions
|
* the usual editing functions
|
||||||
* compiles and works on *BSD and Linux
|
* compiles and works on *BSD and Linux
|
||||||
* editline (libedit) and readline support
|
* editline (libedit) and readline support
|
||||||
* clean and simple CLI with command and keychain completion
|
* 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
|
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=kc
|
PRGNAM=kc
|
||||||
VERSION=2.3.1
|
VERSION=${VERSION:-2.3.2}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -66,14 +66,13 @@ rm -rf $PRGNAM-$VERSION
|
||||||
cd $PRGNAM-$VERSION
|
cd $PRGNAM-$VERSION
|
||||||
chown -R root:root .
|
chown -R root:root .
|
||||||
find -L . \
|
find -L . \
|
||||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
|
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||||
-exec chmod 755 {} \; -o \
|
-o -perm 511 \) -exec chmod 755 {} \; -o \
|
||||||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||||
-exec chmod 644 {} \;
|
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||||
|
|
||||||
CFLAGS="$SLKCFLAGS" make -f GNUMakefile HAVE_PCRE=y
|
CFLAGS="$SLKCFLAGS" make -f GNUMakefile HAVE_PCRE=y
|
||||||
make -f GNUMakefile install DESTDIR=$PKG PREFIX=/usr
|
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
|
strip --strip-unneeded $PKG/usr/bin/kc
|
||||||
gzip -9 $PKG/usr/man/man1/kc.1
|
gzip -9 $PKG/usr/man/man1/kc.1
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="kc"
|
PRGNAM="kc"
|
||||||
VERSION="2.3.1"
|
VERSION="2.3.2"
|
||||||
HOMEPAGE="https://github.com/levaidaniel/kc"
|
HOMEPAGE="https://github.com/levaidaniel/kc"
|
||||||
DOWNLOAD="https://github.com/levaidaniel/kc/archive/2.3.1.tar.gz"
|
DOWNLOAD="https://github.com/levaidaniel/kc/archive/2.3.2.tar.gz"
|
||||||
MD5SUM="8097bbfc690a16fa4523eb169fd04cd2"
|
MD5SUM="efb9369e6f44ba254d4e1a5c0d4443a5"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="libbsd perl-html-parser"
|
REQUIRES="libbsd"
|
||||||
MAINTAINER="LEVAI Daniel"
|
MAINTAINER="LEVAI Daniel"
|
||||||
EMAIL="leva@ecentrum.hu"
|
EMAIL="leva@ecentrum.hu"
|
||||||
|
|
Loading…
Reference in a new issue