# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-libs/liblockfile/liblockfile-1.03.ebuild,v 1.19 2005/01/27 05:22:44 eradicator Exp $ DESCRIPTION="Implements functions designed to lock the standard mailboxes." SRC_URI="mirror://debian/pool/main/libl/${PN}/${PN}_${PV}.tar.gz" HOMEPAGE="http://www.debian.org" DEPEND="virtual/libc" SLOT="0" LICENSE="LGPL-2" KEYWORDS="x86 ppc sparc alpha" IUSE="" src_compile() { econf --with-mailgroup=mail || die emake || die } src_install() { dodir /usr/{bin,include,lib} /usr/share/man/{man1,man3} make ROOT=${D} install || die }