diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-08-22 22:15:20 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-08-22 22:15:20 +0000 |
commit | a5267909215d9d8cea59e632538a61aaf9074e48 (patch) | |
tree | f3d872b80b196e21bbb5b81c7320f5a0f569b538 /net-dns | |
parent | Removing old ebuilds/patches (diff) | |
download | gentoo-2-a5267909215d9d8cea59e632538a61aaf9074e48.tar.gz gentoo-2-a5267909215d9d8cea59e632538a61aaf9074e48.tar.bz2 gentoo-2-a5267909215d9d8cea59e632538a61aaf9074e48.zip |
amd64 love
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/c-ares/c-ares-1.2.1-r1.ebuild | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/net-dns/c-ares/c-ares-1.2.1-r1.ebuild b/net-dns/c-ares/c-ares-1.2.1-r1.ebuild index 5abb364d6a2b..1162e70a369c 100644 --- a/net-dns/c-ares/c-ares-1.2.1-r1.ebuild +++ b/net-dns/c-ares/c-ares-1.2.1-r1.ebuild @@ -1,24 +1,24 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/c-ares/c-ares-1.2.1-r1.ebuild,v 1.1 2005/07/16 23:42:50 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/c-ares/c-ares-1.2.1-r1.ebuild,v 1.2 2005/08/22 22:15:20 vapier Exp $ DESCRIPTION="C library that resolves names asynchronously" -SRC_URI="http://daniel.haxx.se/projects/c-ares/${P}.tar.gz" HOMEPAGE="http://daniel.haxx.se/projects/c-ares/" +SRC_URI="http://daniel.haxx.se/projects/c-ares/${P}.tar.gz" -SLOT="0" LICENSE="as-is" -KEYWORDS="~x86 ~ppc" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="" -DEPEND="virtual/libc" +DEPEND="" -src_compile () { +src_compile() { econf --enable-shared || die emake || die } -src_install () { - make DESTDIR=${D} install || die +src_install() { + make DESTDIR="${D}" install || die dodoc CHANGES NEWS README* } |