# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # $Header:$ IUSE="" DESCRIPTION="Just another gtk samba browser." SRC_URI="http://dl.sourceforge.net/sourceforge/jags/jags-0.22.1.tar.bz2" HOMEPAGE="http://jags.sourceforge.net/" DEPEND=" net-fs/samba >=gtk+-1.2.10 >=xfree-4.2.0 " RDEPEND="${DEPEND}" SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86" src_compile() { econf || die "configure failed" emake || die "make failed" } src_install() { einstall || die "install failed" }