# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="Library and its associated tools to Parse, Encode and Handle WBXML documents" HOMEPAGE="http://libwbxml.aymerick.com/" SRC_URI="mirror://sourceforge/${P}-src.tar.gz http://multisync.sourceforge.net/files/${P}.patch" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~ppc" IUSE="" DEPEND="" S=${WORKDIR}/${P} src_unpack() { unpack ${A} cd ${S} epatch ${DISTDIR}/${P}.patch } src_compile() { # Stick the AUTOMAKE and AUTOCONF versions export WANT_AUTOMAKE=1.7 export WANT_AUTOCONF=2.5 ./bootstrap emake || die "emake failed" } src_install() { make DESTDIR=${D} install || die }