system/logkeys: Updated for version 0.2.0.

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Dimitris Zlatanidis 2022-02-10 22:36:51 +02:00 committed by Willy Sudiarto Raharjo
parent e246aed598
commit 3768b12da4
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 7 additions and 6 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for logkeys # Slackware build script for logkeys
# Copyright 2014-2016 Dimitris Zlatanidis Orestiada, Greece # Copyright 2014-2022 Dimitris Zlatanidis Orestiada, Greece
# 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
@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd) cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=logkeys PRGNAM=logkeys
VERSION=${VERSION:-0.1.1c} VERSION=${VERSION:-0.2.0}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz} PKGTYPE=${PKGTYPE:-tgz}
@ -79,6 +79,7 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
./autogen.sh
CFLAGS="$SLKCFLAGS" \ CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \
./configure \ ./configure \
@ -105,7 +106,7 @@ find $PKG -name perllocal.pod \
| xargs rm -f | xargs rm -f
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a COPYING ChangeLog README TODO $PKG/usr/doc/$PRGNAM-$VERSION cp -a COPYING ChangeLog README.md TODO INSTALL $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install mkdir -p $PKG/install

View file

@ -1,8 +1,8 @@
PRGNAM="logkeys" PRGNAM="logkeys"
VERSION="0.1.1c" VERSION="0.2.0"
HOMEPAGE="https://github.com/kernc/logkeys" HOMEPAGE="https://github.com/kernc/logkeys"
DOWNLOAD="https://github.com/kernc/logkeys/archive/0.1.1c.tar.gz" DOWNLOAD="https://github.com/kernc/logkeys/archive/0.2.0/logkeys-0.2.0.tar.gz"
MD5SUM="656f031f067b986f66226af391712b7c" MD5SUM="333a0b97fc50f98dcf5cf7202dec51ab"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="" REQUIRES=""