# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="nzb is a graphical usenet nzb leecher with SSL support based on QT4" HOMEPAGE="http://nixbit.com/cat//utilities/nzb/" SRC_URI="mirror://sourceforge/nzb/${P}.tar.gz" LICENSE="GPL" SLOT="0" KEYWORDS="amd64 x86" IUSE="" DEPEND=">=x11-libs/qt-4.3.3" RDEPEND="" src_compile(){ qmake || die "qmake failed" emake || die "emake failed" } src_install(){ emake INSTALL_ROOT="${D}" install || die "make install failed" dodoc ChangeLog README }