# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit qt4 DESCRIPTION="The Famous \"le littré\" French dictionnary with a qt interface" HOMEPAGE="http://dictionnaire-le-littre.googlecode.com" SRC_URI="${HOMEPAGE}/files/Littre-source-${PV}.tar.bz2" LICENSE="GPL-3" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="x11-libs/qt-core x11-libs/qt-gui" S=${WORKDIR} src_compile() { eqmake4 Littre.pro || die emake || die } src_install() { dobin bin/Littre* || die }