diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-27 21:36:10 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-27 21:36:10 +0000 |
commit | fcd4e3196ad6068c071a95c05a5e06b052edc9c9 (patch) | |
tree | 5b2fb4da36c723b1dcafb5140a73fcd24e3e4854 /app-crypt/outguess | |
parent | ~amd64 (Manifest recommit) (diff) | |
download | gentoo-2-fcd4e3196ad6068c071a95c05a5e06b052edc9c9.tar.gz gentoo-2-fcd4e3196ad6068c071a95c05a5e06b052edc9c9.tar.bz2 gentoo-2-fcd4e3196ad6068c071a95c05a5e06b052edc9c9.zip |
touch the libc
Diffstat (limited to 'app-crypt/outguess')
-rw-r--r-- | app-crypt/outguess/outguess-0.2.ebuild | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/app-crypt/outguess/outguess-0.2.ebuild b/app-crypt/outguess/outguess-0.2.ebuild index 91f713a1d726..5d23db87fd6a 100644 --- a/app-crypt/outguess/outguess-0.2.ebuild +++ b/app-crypt/outguess/outguess-0.2.ebuild @@ -1,24 +1,21 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/outguess/outguess-0.2.ebuild,v 1.3 2004/06/24 21:35:52 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/outguess/outguess-0.2.ebuild,v 1.4 2004/06/27 21:34:15 vapier Exp $ -DESCRIPTION="A universal tool for inserting steganographic information into other data." +DESCRIPTION="A universal tool for inserting steganographic information into other data" HOMEPAGE="http://www.outguess.org/" SRC_URI="http://packetstormsecurity.nl/crypt/stego/outguess-0.2.tar.gz" + LICENSE="BSD" SLOT="0" KEYWORDS="x86" IUSE="" -DEPEND="virtual/glibc" -S=${WORKDIR}/${PN} +DEPEND="virtual/libc" -src_compile() { - econf || die "./configure failed" - emake || die "make failed" -} +S=${WORKDIR}/${PN} src_install() { dobin outguess || die "installation failed" - doman outguess.1 || die "installation failed" + doman outguess.1 } |