summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-03-06 04:50:55 +0000
committerMike Frysinger <vapier@gentoo.org>2004-03-06 04:50:55 +0000
commit8b5a703d77bae08c7f4d83363c7405558ef296f2 (patch)
tree15aae67f1023410867008350a499dd957c121017 /app-crypt/bcwipe/bcwipe-1.3_p1.ebuild
parentChanged src_install () to src_install() (diff)
downloadhistorical-8b5a703d77bae08c7f4d83363c7405558ef296f2.tar.gz
historical-8b5a703d77bae08c7f4d83363c7405558ef296f2.tar.bz2
historical-8b5a703d77bae08c7f4d83363c7405558ef296f2.zip
Changed src_install () to src_install()
Diffstat (limited to 'app-crypt/bcwipe/bcwipe-1.3_p1.ebuild')
-rw-r--r--app-crypt/bcwipe/bcwipe-1.3_p1.ebuild25
1 files changed, 14 insertions, 11 deletions
diff --git a/app-crypt/bcwipe/bcwipe-1.3_p1.ebuild b/app-crypt/bcwipe/bcwipe-1.3_p1.ebuild
index f873f06854dc..3c1576ea785f 100644
--- a/app-crypt/bcwipe/bcwipe-1.3_p1.ebuild
+++ b/app-crypt/bcwipe/bcwipe-1.3_p1.ebuild
@@ -1,26 +1,29 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/bcwipe-1.3_p1.ebuild,v 1.1 2003/09/20 22:32:38 prez Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/bcwipe/bcwipe-1.3_p1.ebuild,v 1.2 2004/03/06 04:48:23 vapier Exp $
-S=${WORKDIR}/${PN}
DESCRIPTION="BCWipe secure file removal utility"
+HOMEPAGE="http://www.jetico.com/"
SRC_URI="http://www.jetico.com/linux/BCWipe-${PV/_p/-}.tar.gz
- http://www.jetico.com/linux/BCWipe.doc.tgz"
-HOMEPAGE="http://www.jetico.com"
-SLOT="0"
+ http://www.jetico.com/linux/BCWipe.doc.tgz"
+
LICENSE="bestcrypt"
+SLOT="0"
+KEYWORDS="x86"
+
DEPEND="virtual/glibc"
RDEPEND=""
-KEYWORDS="x86"
+
+S=${WORKDIR}/${PN}
src_compile() {
emake CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" || die "Make failed"
}
-src_install () {
+src_install() {
+ dobin bcwipe || die
doman bcwipe.1
- exeinto /bin ; doexe bcwipe
cd ../bcwipe-help
- dodir /usr/share/doc/${P}
- cp -r * ${D}/usr/share/doc/${P}
+ dodir /usr/share/doc/${PF}
+ cp -r * ${D}/usr/share/doc/${PF}
}