# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="" HOMEPAGE="http://xmlrpc-epi.sourceforge.net/" SRC_URI="mirror://sourceforge/xmlrpc-epi/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="!dev-libs/xmlrpc-c" src_unpack() { unpack ${A} cd "${S}" epatch "${FILESDIR}"/${P}-64bit-fixes.patch epatch "${FILESDIR}"/${P}-gcc4.patch } src_install() { emake DESTDIR="${D}" install || die }