# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: inherit eutils MY_PN="full-pack" #MY_P="${MY_PN}-${PV}" S="${WORKDIR}/${MY_PN}" DESCRIPTION="Dictionaries for the Bulgarian Dictionary kbgoffice" HOMEPAGE="http://bgoffice.sourceforge.net/" SRC_URI="mirror://sourceforge/bgoffice/${MY_PN}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~ppc ~amd64" IUSE="kde" DEPEND="app-dicts/kbgoffice" src_unpack() { unpack ${A} cd ${S} epatch ${FILESDIR}/Makefile.diff } src_install() { cd ${S} make prefix=${D} install || die "make failed" }