diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-17 10:05:46 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-17 10:05:46 +0000 |
commit | b41a73b6cdb1ca9d6d4ac803b25d55e1b6d567e9 (patch) | |
tree | 97ff4dfb677f37cbd71737ca5cd885750ef10686 /net-dns/pdnsd | |
parent | DNS2GO EULA (diff) | |
download | gentoo-2-b41a73b6cdb1ca9d6d4ac803b25d55e1b6d567e9.tar.gz gentoo-2-b41a73b6cdb1ca9d6d4ac803b25d55e1b6d567e9.tar.bz2 gentoo-2-b41a73b6cdb1ca9d6d4ac803b25d55e1b6d567e9.zip |
repoman'd
Diffstat (limited to 'net-dns/pdnsd')
-rw-r--r-- | net-dns/pdnsd/pdnsd-1.1.6-r7.ebuild | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/net-dns/pdnsd/pdnsd-1.1.6-r7.ebuild b/net-dns/pdnsd/pdnsd-1.1.6-r7.ebuild index a17f78d111e0..0d94b3af5abd 100644 --- a/net-dns/pdnsd/pdnsd-1.1.6-r7.ebuild +++ b/net-dns/pdnsd/pdnsd-1.1.6-r7.ebuild @@ -1,23 +1,24 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-dns/pdnsd/pdnsd-1.1.6-r7.ebuild,v 1.2 2002/07/11 06:30:46 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/pdnsd/pdnsd-1.1.6-r7.ebuild,v 1.3 2002/07/17 10:05:46 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Proxy DNS server with permanent caching" SRC_URI="http://home.t-online.de/home/Moestl/${P}.tar.bz2" HOMEPAGE="http://home.t-online.de/home/Moestl/" -SLOT="0" DEPEND="virtual/glibc" +SLOT="0" +LICENSE="BSD | GPL-2" +KEYWORDS="x86" + src_compile() { - ./configure \ - --prefix=/usr \ - --mandir=/usr/share/man \ - --sysconfdir=/etc/pdnsd \ - --with-cachedir=/var/lib/pdnsd \ - --host=${CHOST} || die "bad configure" + econf \ + --sysconfdir=/etc/pdnsd \ + --with-cachedir=/var/lib/pdnsd \ + || die "bad configure" emake all || die "compile problem" } |