# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Moorie is a Moorhunt-compatible lightweight file-sharing client for Linux" HOMEPAGE="http://linux.bydg.org/~yogin/#" SRC_URI="http://linux.bydg.org/~yogin/moorie/moorie-0.1.4.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" RDEPEND="dev-libs/boost dev-libs/libmcrypt " DEPEND="${RDEPEND}" src_compile() { econf || die "econf failed" emake || die "emake failed" } src_install() { emake DESTDIR="${D}" install || die "make install failed" dodoc FAQ NEWS README dohtml EXTENDING.html ctags.html }