inherit eutils qt4 DESCRIPTION="QChat is a crossplatform LAN chat. It is written using Qt4 so you can compile it on any platform supported by Qt." HOMEPAGE="http://www.kde-apps.org/content/show.php/QChat?content=65066" SRC_URI="mirror://sourceforge/${PN}/${PN}-${PV}.tar.bz2" LICENSE="GPL" SLOT="0" KEYWORDS="~x86 ~amd64" DEPEND=">=x11-libs/qt-gui-4.3 >=x11-libs/qt-svg-4.3" RDEPEND="${DEPEND}" src_compile() { eqmake4 emake } src_install() { emake install INSTALL_ROOT="${D}" }