# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /home/cvsroot/gentoo-x86/dev-libs/atk/atk-1.2.2.ebuild,v 1.7 2003/04/09 02:56:30 todd Exp $ IUSE="doc" S=${WORKDIR}/${P} DESCRIPTION="The Plastic FileSystem" SRC_URI="http://plasticfs.sourceforge.net/${P}.tar.gz" HOMEPAGE="http://plasticfs.sourceforge.net/" SLOT="0" LICENSE="GPL" KEYWORDS="x86 amd64 ppc sparc alpha mips hppa arm" RDEPEND=">=sys-devel/libtool-1.4.1-r10" DEPEND="${RDEPEND} doc? ( >=sys-apps/groff-1.18.1-r1 )" DOCS="BUILDING LICENSE MANIFEST README" src_compile() { if [ "`use static`" ]; then LDFLAGS="${LDFLAGS} -static" fi econf --exec-prefix="${D}/"|| die "Configure failed" emake LDFLAGS="${LDFLAGS}"|| die "Make failed" } src_install() { einstall || die "Install failed" }