# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit kde eutils DESCRIPTION="A set of English <-> Bulgarian dictionaries and GUI for them" HOMEPAGE="http://bgoffice.sourceforge.net" SRC_URI="mirror://sourceforge/bgoffice/${P}.tar.gz mirror://sourceforge/bgoffice/full-pack.tar.bz2" SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86 ~amd64" IUSE="kde" DEPEND="=x11-libs/qt-3* kde? ( >=kde-base/kdelibs-3 )" src_unpack() { unpack ${A} cd ${S} } src_compile() { set-qtdir 3 set-kdedir 3 myconf="${myconf} --prefix=/usr" if use kde; then myconf="${myconf} --with-kde" kde_src_compile myconf fi kde_src_compile configure make } src_install() { kde_src_install if use kde; then insinto /usr/share/applnk/Utilities doins ${S}/src/kbgoffice.desktop fi # Install the full dictionary pack, as well einfo "Installing full dictionary pack" insinto /usr/share/bgoffice insopts -m0644 doins ${WORKDIR}/full-pack/data/* }