# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # $Header: /var/cvsroot/gentoo-x86/sys-apps/quota/quota-3.04.ebuild,v 1.9 2002/08/16 09:52:07 seemant Exp $ S=${WORKDIR}/quota-tools DESCRIPTION="Linux quota tools" SRC_URI="mirror://sourceforge/linuxquota/${P}.tar.gz" HOMEPAGE="http://sourceforge.net/projects/linuxquota/" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 ppc sparc sparc64" DEPEND="virtual/glibc" src_compile() { econf || die "./configure failed" emake || die } src_install () { dodir {sbin,etc,usr/sbin,usr/bin,usr/share/man/man{1,2,3,8}} make ROOTDIR=${D} install || die install -m 644 warnquota.conf ${D}/etc dodoc doc/* }