diff options
Diffstat (limited to 'kde-misc/krecipes/krecipes-2.0_beta1.ebuild')
-rw-r--r-- | kde-misc/krecipes/krecipes-2.0_beta1.ebuild | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/kde-misc/krecipes/krecipes-2.0_beta1.ebuild b/kde-misc/krecipes/krecipes-2.0_beta1.ebuild new file mode 100644 index 000000000000..ccc794c7351e --- /dev/null +++ b/kde-misc/krecipes/krecipes-2.0_beta1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/krecipes/krecipes-2.0_beta1.ebuild,v 1.1 2010/07/07 09:07:04 ssuominen Exp $ + +EAPI=2 + +KDE_LINGUAS="bg ca ca@valencia cs da de el en_GB eo es et fr ga gl hi hne hr hu +is it ja lt nb nds nl nn pl pt pt_BR ro sk sv tr uk zh_TW" +KDE_DOC_DIRS="doc doc-translations/%lingua_${PN}" +inherit kde4-base + +DESCRIPTION="A KDE4 recipe application" +HOMEPAGE="http://krecipes.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P/_/-}.tar.gz" + +LICENSE="GPL-2 LGPL-2.1" +SLOT="4" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="debug +handbook" + +DEPEND=" + dev-db/sqlite:3 + dev-libs/libxml2 + dev-libs/libxslt + >=kde-base/kdelibs-${KDE_MINIMAL} + media-libs/qimageblitz +" +RDEPEND="${DEPEND}" + +S=${WORKDIR}/${P/_/-} + +DOCS="AUTHORS BUGS README TODO" |