# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="French dictionary" HOMEPAGE="http://dictionnaire-le-littre.googlecode.com" SRC_URI="$HOMEPAGE/files/$PN-source-$PV.tar.bz2" LICENSE="GPL-3" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="" RDEPEND="" src_unpack() { unpack ${A} } src_compile() { cd "${WORKDIR}" qmake || die make } src_install() { mkdir ${D}/bin cp bin/${PN}* ${D}/bin }