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"
10 KEYWORDS="~amd64 ~x86"
12 RDEPEND=">=dev-util/geany-0.14"
17 econf || die "econf failed."
18 emake || die "emake failed."
22 emake DESTDIR="${D}" install || die "emake install failed."