# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit qt4 DESCRIPTION="The Famous \"le littre\" 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_unpack () { unpack ${A} epatch "${FILESDIR}/littre-data-path.patch" } src_compile() { eqmake4 Littre.pro emake || die } src_install() { dobin bin/Littre || die insinto /usr/share/littre ; doins bin/Littre.qm bin/Littre.dat }