# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ #S=${WORKDIR}/${P} S=${WORKDIR}/${PN}-0.2-4 DESCRIPTION="BCWipe-0.2-4 file removal utility" SRC_URI="http://www.jetico.com/linux/BCWipe-0.2-4.tar.gz" HOMEPAGE="http://www.jetico.com" #DEPEND="" #RDEPEND="" src_compile() { emake || die } src_install () { doman bcwipe.1 exeinto /bin ; doexe bcwipe }