# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 IUSE="" HOMEPAGE="http://www.namesys.com/v4/v4.html" DESCRIPTION="libaal library required by reiser4progs" SRC_URI="http://thebsh.namesys.com/snapshots/LATEST/${P}.tar.gz" SLOT="0" LICENSE="" KEYWORDS="x86" DEPEND="" RDEPEND="${DEPEND}" src_compile() { ./prepare econf || die emake || die } src_install() { emake DESTDIR=${D} install || die }