diff options
author | Ben Lutgens <blutgens@gentoo.org> | 2001-06-04 19:37:29 +0000 |
---|---|---|
committer | Ben Lutgens <blutgens@gentoo.org> | 2001-06-04 19:37:29 +0000 |
commit | 22c0e1b4cc97f057d579b158a884bf5610f5a20b (patch) | |
tree | 86abfe1db23d1817504b89e2943b1e06fdf25d68 /app-crypt/ssh-multiadd/ssh-multiadd-1.3.1.ebuild | |
parent | this is not my day. (diff) | |
download | historical-22c0e1b4cc97f057d579b158a884bf5610f5a20b.tar.gz historical-22c0e1b4cc97f057d579b158a884bf5610f5a20b.tar.bz2 historical-22c0e1b4cc97f057d579b158a884bf5610f5a20b.zip |
A menubased front end to mkisofs / cdrecord, and a python app to add multiple
keys to your ssh-agent xsession. Also touched up the xlockmore build again.
added xglock and xmlock install.
Diffstat (limited to 'app-crypt/ssh-multiadd/ssh-multiadd-1.3.1.ebuild')
-rw-r--r-- | app-crypt/ssh-multiadd/ssh-multiadd-1.3.1.ebuild | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/app-crypt/ssh-multiadd/ssh-multiadd-1.3.1.ebuild b/app-crypt/ssh-multiadd/ssh-multiadd-1.3.1.ebuild new file mode 100644 index 000000000000..3e92fa3479e7 --- /dev/null +++ b/app-crypt/ssh-multiadd/ssh-multiadd-1.3.1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Your Name <your email> +# $Header: /var/cvsroot/gentoo-x86/app-crypt/ssh-multiadd/ssh-multiadd-1.3.1.ebuild,v 1.1 2001/06/04 19:37:29 blutgens Exp $ + +#P= +A=${P}.tar.gz +S=${WORKDIR}/${P} +DESCRIPTION="" +SRC_URI="http://www.azstarnet.com/~donut/programs/ssh-multiadd/${A}" +HOMEPAGE="http://www.azstarnet.com/~donut/programs/" + +DEPEND="" + +src_unpack() { + + unpack ${A} + cd ${S} + patch -p0 < ${FILESDIR}/ssh-multiadd-1.3.1.diff +} + +src_install () { + + dobin ssh-multiadd + doman ssh-multiadd.1 + dodoc COPYING ChangeLog README todo + +} + |