# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="man-db, the on-line manual database" HOMEPAGE="http://www.nongnu.org/man-db/" SRC_URI="http://savannah.nongnu.org/download/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="" RDEPEND="" src_compile() { econf \ $(use_enable nls) \ || die "econf failed" emake -j1 || die "emake failed" } src_install() { make DESTDIR="${D}" install || die "make install failed" }