diff options
author | Brandon Low <lostlogic@gentoo.org> | 2002-11-14 02:10:24 +0000 |
---|---|---|
committer | Brandon Low <lostlogic@gentoo.org> | 2002-11-14 02:10:24 +0000 |
commit | 21fc3ccd001d2f394c30703baacfb5be660fa525 (patch) | |
tree | 758af541118ad49fe61188713ac50222803acb00 /app-crypt/bestcrypt | |
parent | new package, pay, see changelog and license for more info (diff) | |
download | historical-21fc3ccd001d2f394c30703baacfb5be660fa525.tar.gz historical-21fc3ccd001d2f394c30703baacfb5be660fa525.tar.bz2 historical-21fc3ccd001d2f394c30703baacfb5be660fa525.zip |
forgot to install docs and changed description
Diffstat (limited to 'app-crypt/bestcrypt')
-rw-r--r-- | app-crypt/bestcrypt/bestcrypt-1.2-r2.ebuild | 5 |
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 } |