summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandon Low <lostlogic@gentoo.org>2002-11-14 02:10:24 +0000
committerBrandon Low <lostlogic@gentoo.org>2002-11-14 02:10:24 +0000
commit10d0e79388813cbd021ba62a8ee37bbc025ca420 (patch)
treea96a9f2845fcdd0bf0e2e079efde18a83a6d8922 /app-crypt/bestcrypt
parentnew package, pay, see changelog and license for more info (diff)
downloadgentoo-2-10d0e79388813cbd021ba62a8ee37bbc025ca420.tar.gz
gentoo-2-10d0e79388813cbd021ba62a8ee37bbc025ca420.tar.bz2
gentoo-2-10d0e79388813cbd021ba62a8ee37bbc025ca420.zip
forgot to install docs and changed description
Diffstat (limited to 'app-crypt/bestcrypt')
-rw-r--r--app-crypt/bestcrypt/bestcrypt-1.2-r2.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/app-crypt/bestcrypt/bestcrypt-1.2-r2.ebuild b/app-crypt/bestcrypt/bestcrypt-1.2-r2.ebuild
index ec1f93de2dc0..e2386e9af0d7 100644
--- a/app-crypt/bestcrypt/bestcrypt-1.2-r2.ebuild
+++ b/app-crypt/bestcrypt/bestcrypt-1.2-r2.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/bestcrypt/bestcrypt-1.2-r2.ebuild,v 1.1 2002/11/14 02:09:14 lostlogic Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/bestcrypt/bestcrypt-1.2-r2.ebuild,v 1.2 2002/11/14 02:10:24 lostlogic Exp $
MY_PN="bcrypt"
MY_PV="`echo ${PVR}|sed -e s:-r:-:`"
KEYWORDS="~x86"
SRC_URI="http://www.jetico.com/linux/BestCrypt-${MY_PV}.tar.gz"
HOMEPAGE="http://www.jetico.com"
-DESCRIPTION="Transparent filesystem encryption"
+DESCRIPTION="Transparent filesystem encryption. This is a Commercially Licensed Package, please read the license and ChangeLog for more information."
S=${WORKDIR}/${MY_PN}
LICENSE="bestcrypt"
SLOT="0"
@@ -56,4 +56,5 @@ src_install() {
exeinto /etc/init.d
doexe ${FILESDIR}/bcrypt
rm -rf ${D}/etc/rc*.d
+ dodoc README LICENSE
}