# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils IUSE="" MY_P="wbxml2-${PV%%_p*}+svn49synce" DESCRIPTION="Library and tools to parse, encode and handle WBXML documents." HOMEPAGE="http://libwbxml.aymerick.com/" SRC_URI="mirror://sourceforge/synce/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" RDEPEND=">=dev-libs/expat-1.95.8" DEPEND="${RDEPEND} >=sys-apps/sed-4.1.4" S="${WORKDIR}/${MY_P}" src_compile() { eautoreconf econf || die "Configuration failed" emake || die "Compilation failed" } src_install() { einstall || die "Installation failed" dodoc AUTHORS BUGS ChangeLog NEWS README References THANKS TODO }