# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Autodir creates home, group directories for LDAP/NIS/SQL/local Unix accounts transparently." HOMEPAGE="http://www.intraperson.com/autodir/" SRC_URI="mirror://sourceforge/intraperson/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" src_install() { emake DESTDIR=${D} install || die "Install failed" }