keychain: misc tweaks.
This commit is contained in:
parent
d337622b6b
commit
898c6a8e60
1 changed files with 6 additions and 11 deletions
|
@ -1,14 +1,13 @@
|
||||||
# Template file for 'keychain'
|
# Template file for 'keychain'
|
||||||
pkgname=keychain
|
pkgname=keychain
|
||||||
version=2.7.1
|
version=2.7.1
|
||||||
distfiles="http://www.funtoo.org/archive/$pkgname/$pkgname-$version.tar.bz2"
|
|
||||||
depends="dash"
|
|
||||||
makedepends="perl"
|
|
||||||
revision=1
|
revision=1
|
||||||
|
makedepends="perl"
|
||||||
short_desc="keychain manager for ssh-agent and gpg-agent"
|
short_desc="keychain manager for ssh-agent and gpg-agent"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.funtoo.org/wiki/Keychain"
|
homepage="http://www.funtoo.org/wiki/Keychain"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
|
distfiles="http://www.funtoo.org/archive/$pkgname/$pkgname-$version.tar.bz2"
|
||||||
checksum=1107fe3f78f6429d4861d64c5666f068f159326d22ab80a8ed0948cb25375191
|
checksum=1107fe3f78f6429d4861d64c5666f068f159326d22ab80a8ed0948cb25375191
|
||||||
long_desc="
|
long_desc="
|
||||||
Keychain helps you to manage ssh and GPG keys in a convenient and secure manner.
|
Keychain helps you to manage ssh and GPG keys in a convenient and secure manner.
|
||||||
|
@ -16,15 +15,11 @@ long_desc="
|
||||||
one long running ssh-agent process per system, rather than the norm of one
|
one long running ssh-agent process per system, rather than the norm of one
|
||||||
ssh-agent per login session."
|
ssh-agent per login session."
|
||||||
|
|
||||||
|
do_build() {
|
||||||
do_build()
|
|
||||||
{
|
|
||||||
export PATH=/usr/lib/perl5/core_perl/bin/:$PATH
|
|
||||||
make ${makejobs}
|
make ${makejobs}
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install()
|
do_install() {
|
||||||
{
|
vinstall keychain 755 usr/bin
|
||||||
install -Dm755 keychain ${DESTDIR}/usr/bin/keychain
|
vinstall keychain.1 644 usr/share/man/man1
|
||||||
install -Dm644 keychain.1 ${DESTDIR}/usr/share/man/man1/keychain.1
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue