# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="1" inherit qt4 MY_P=${P//_/-}-src DESCRIPTION="Qt4 cross-platform client for Twitter." HOMEPAGE="http://code.google.com/p/qwit/" SRC_URI="http://${PN}.googlecode.com/files/${MY_P}.tar.bz2" LICENSE="GPL-3" SLOT="0" KEYWORDS="x86 amd64" IUSE="" DEPEND="x11-libs/qt-core x11-libs/qt-gui" RDEPEND="${DEPEND}" S=${WORKDIR}/${MY_P} src_compile() { eqmake4 emake INSTALL_ROOT="${D}" || die "make failed" } src_install(){ emake INSTALL_ROOT="${D}" install || die "install failed" }