Compilation fix
[geanyprj.git] / install / ebuild.in
blobdc5de46e7fece408774c2c6897858e7e48d5ec0c
1 # Copyright 1999-2008 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
4 DESCRIPTION="Alternative project management plugin for Geany IDE"
5 HOMEPAGE="http://users.cosmostv.by/yurand/geanyprj/"
6 SRC_URI="http://users.cosmostv.by/yurand/${PN}/${P}.tar.gz"
8 LICENSE="GPL-3"
9 SLOT="0"
10 KEYWORDS="~amd64 ~x86"
12 RDEPEND=">=dev-util/geany-0.14"
14 DEPEND="${RDEPEND}"
16 src_compile() {
17         econf || die "econf failed."
18         emake || die "emake failed."
21 src_install() {
22         emake DESTDIR="${D}" install || die "emake install failed."