summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2002-11-30 20:39:29 +0000
committerMike Frysinger <vapier@gentoo.org>2002-11-30 20:39:29 +0000
commit1cb73ae8cd01b90097c00edde8374e16497110bd (patch)
treebfe2ee8aea814d1794bccb1c58104b06b70fd462 /app-crypt/heimdal/heimdal-0.5.ebuild
parentChanged econf||die to econf (diff)
downloadhistorical-1cb73ae8cd01b90097c00edde8374e16497110bd.tar.gz
historical-1cb73ae8cd01b90097c00edde8374e16497110bd.tar.bz2
historical-1cb73ae8cd01b90097c00edde8374e16497110bd.zip
Changed src_install () to src_install()
Diffstat (limited to 'app-crypt/heimdal/heimdal-0.5.ebuild')
-rw-r--r--app-crypt/heimdal/heimdal-0.5.ebuild12
1 files changed, 4 insertions, 8 deletions
diff --git a/app-crypt/heimdal/heimdal-0.5.ebuild b/app-crypt/heimdal/heimdal-0.5.ebuild
index b9650eaac556..9bf207de981a 100644
--- a/app-crypt/heimdal/heimdal-0.5.ebuild
+++ b/app-crypt/heimdal/heimdal-0.5.ebuild
@@ -1,16 +1,15 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-0.5.ebuild,v 1.3 2002/10/17 13:23:59 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-0.5.ebuild,v 1.4 2002/11/30 20:25:51 vapier Exp $
-S=${WORKDIR}/${P}
DESCRIPTION="Kerberos 5 implementation from KTH"
SRC_URI="ftp://ftp.pdc.kth.se/pub/${PN}/src/${P}.tar.gz"
HOMEPAGE="http://www.pdc.kth.se/heimdal/"
-IUSE="ssl ldap berkdb ipv6"
SLOT="0"
LICENSE="as-is"
KEYWORDS="x86"
+IUSE="ssl ldap berkdb ipv6"
DEPEND=">=app-crypt/kth-krb-1.1-r1
ssl? ( dev-libs/openssl )
@@ -23,7 +22,6 @@ src_unpack() {
cd ${S}/lib/krb5
mv Makefile.in Makefile.in.bak
sed "s:LIB_crypt = @LIB_crypt@:LIB_crypt = -lssl @LIB_crypt@:g" Makefile.in.bak >Makefile.in
-
}
src_compile() {
@@ -37,18 +35,16 @@ src_compile() {
use berkdb || myconf="${myconf} --without-berkely-db"
-echo $myconf
-
./configure --host=${CHOST} \
--prefix=/usr/heimdal \
--sysconfdir=/etc \
--with-krb4=/usr/athena \
- ${myconf} || die
+ ${myconf}
make || die
}
-src_install () {
+src_install() {
make prefix=${D}/usr/heimdal \
sysconfdir=${D}/etc \
install || die