diff options
author | 2002-11-30 21:41:19 +0000 | |
---|---|---|
committer | 2002-11-30 21:41:19 +0000 | |
commit | bbe6dbb190fde057dcb4fdb7dd55e6e02f33ec84 (patch) | |
tree | 866ede14d7ac9f9166d92c735ae1b09ca2fb0fe3 /app-misc/wipe | |
parent | Changed src_install () to src_install() (diff) | |
download | gentoo-2-bbe6dbb190fde057dcb4fdb7dd55e6e02f33ec84.tar.gz gentoo-2-bbe6dbb190fde057dcb4fdb7dd55e6e02f33ec84.tar.bz2 gentoo-2-bbe6dbb190fde057dcb4fdb7dd55e6e02f33ec84.zip |
Changed econf||die to econf
Diffstat (limited to 'app-misc/wipe')
-rw-r--r-- | app-misc/wipe/wipe-2.1.0.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/app-misc/wipe/wipe-2.1.0.ebuild b/app-misc/wipe/wipe-2.1.0.ebuild index 128e1033f073..6f0de3b9e2c7 100644 --- a/app-misc/wipe/wipe-2.1.0.ebuild +++ b/app-misc/wipe/wipe-2.1.0.ebuild @@ -1,16 +1,17 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/wipe/wipe-2.1.0.ebuild,v 1.1 2002/10/29 18:06:37 blizzy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/wipe/wipe-2.1.0.ebuild,v 1.2 2002/11/30 21:39:08 vapier Exp $ DESCRIPTION="Secure file wiping utility based on Peter Gutman's patterns" SRC_URI="mirror://sourceforge/wipe/${P}.tar.bz2" -HOMEPAGE="http://wipe.sourceforge.net" -LICENSE="GPL" +HOMEPAGE="http://wipe.sourceforge.net/" + +LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" src_compile() { - econf || die "configure problem" + econf emake || die "compile problem" } |