mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
misc/keychain: Updated for version 2.7.1.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
parent
09643b0e63
commit
8a4349e3da
2 changed files with 11 additions and 7 deletions
|
@ -9,7 +9,7 @@
|
|||
# http://sam.zoy.org/wtfpl/COPYING for more details.
|
||||
|
||||
PRGNAM=keychain
|
||||
VERSION=2.7.0
|
||||
VERSION=${VERSION:-2.7.1}
|
||||
ARCH=noarch
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
@ -37,15 +37,19 @@ find . \
|
|||
make all
|
||||
|
||||
install -D -m 0755 keychain $PKG/usr/bin/keychain
|
||||
install -D -m 0644 keychain.1.gz $PKG/usr/man/man1/keychain.1.gz
|
||||
install -D -m 0644 keychain.1 $PKG/usr/man/man1/keychain.1
|
||||
|
||||
install -D -m 0644 img/keychain-1.png $PKG/usr/share/pixmaps/keychain-1.png
|
||||
install -D -m 0644 img/keychain-2.png $PKG/usr/share/pixmaps/keychain-2.png
|
||||
# For creating a KDE desktop-entry maybe read this post:
|
||||
# http://linux.derkeiler.com/Mailing-Lists/SuSE/2008-12/msg02640.html
|
||||
|
||||
find $PKG/usr/man -type f -exec gzip -9 {} \;
|
||||
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a COPYING.txt ChangeLog README.rst keychain.txt $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a COPYING.txt ChangeLog README.rst keychain.txt VERSION \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
cat $CWD/README > $PKG/usr/doc/$PRGNAM-$VERSION/README$TAG
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="keychain"
|
||||
VERSION="2.7.0"
|
||||
VERSION="2.7.1"
|
||||
HOMEPAGE="http://www.funtoo.org/en/security/keychain/intro/"
|
||||
DOWNLOAD="http://www.funtoo.org/archive/keychain/keychain-2.7.0.tar.bz2"
|
||||
MD5SUM="c5eecd36130d9e8617a77f96b746982d"
|
||||
DOWNLOAD="http://www.funtoo.org/archive/keychain/keychain-2.7.1.tar.bz2"
|
||||
MD5SUM="07c622833192189f483cbaec287f9704"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Menno Duursma"
|
||||
EMAIL="druiloor@zonnet.nl"
|
||||
APPROVED="dsomero"
|
||||
APPROVED="Erik Hanson"
|
||||
|
|
Loading…
Reference in a new issue