# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /cvsroot/s11n/1.1/s11n/contrib/build/libs11n.ebuild,v 1.3 2010/06/05 11:48:31 sgbeal Exp $ inherit autotools DESCRIPTION="s11n C++ library for serialization and de-serialization." HOMEPAGE="http://s11n.net" SRC_URI="http://s11n.net/download/${P}.tar.bz2" LICENSE="Public Domain" SLOT="0" KEYWORDS="amd64 ~x86" IUSE="+ccdv flex zfstream plugins serializer-compact serializer-funtxt serializer-funxml serializer-parens serializer-simplexml serializer-wesnoth" src_compile() { econf $(use_enable ccdv) || die "compile failed" } src_install() { emake && emake DESTDIR="${D}" install || die "make install failed" }