DESCRIPTION="Varconf is a C++ utility library for all editor developers. It provides a framework for storing and retrieving configuration data, loading and saving of config files, handling of complex command line arguments, signals to notify the application of configuration changes." HOMEPAGE="http://www.worldforge.org/dev/eng/libraries/varconf" SRC_URI="ftp://ftp.worldforge.org/pub/worldforge/games/mason/0.2/${P}.tar.gz" LICENSE="GPL-2" KEYWORDS="x86" IUSE="" SLOT="0" DEPEND="=dev-libs/libsigc++-1.2*" S="${WORKDIR}/${P}" src_compile() { unpack ${A} econf || die emake || die } src_install() { emake DESTDIR="${D}" install || die dodoc AUTHORS ChangeLog COPYING INSTALL NEWS README THANKS TODO }