# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/bcwipe-1.2_p3.ebuild,v 1.2 2003/03/01 19:39:00 lostlogic Exp $ S=${WORKDIR}/${PN} DESCRIPTION="BCWipe secure file removal utility" SRC_URI="http://www.jetico.com/linux/BCWipe-${PV/_p/-}.tar.gz" HOMEPAGE="http://www.jetico.com" SLOT="0" LICENSE="bestcrypt" DEPEND="virtual/glibc" RDEPEND="" KEYWORDS="~x86" src_compile() { emake CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" || die "Make failed" } src_install () { doman bcwipe.1 exeinto /bin ; doexe bcwipe }