# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils autotools DESCRIPTION="dotconf++ is a dotconf-like advanced configuration file parser written in c++" HOMEPAGE="http://www.software-development.in.ua/dotconfpp.html" SRC_URI="http://www.software-development.in.ua/dotconfpp/${P}.tar.gz mirror://sourceforge/dotconfpp/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="virtual/libc" RDEPEND="${DEPEND}" src_unpack() { unpack ${A} cd ${S} epatch ${FILESDIR}/${P}-build.patch } src_compile() { eautoreconf econf || die "econf failed" emake || die "emake failed" } src_install() { einstall || die "einstall failed" }