# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-misc/howl/howl-1.0.0.ebuild,v 1.4 2005/07/23 21:55:23 compnerd Exp $ inherit eutils MY_PV="0.1" DESCRIPTION="Controls Howl using XML, primarily for use by Linspire's Lsongs" HOMEPAGE="http://software.linspire.com/pool-src/h/howl-xml/" LINSPIRE="0.0.0.50.linspire0.2" SRC_URI="http://software.linspire.com/pool-src/h/howl-xml/${PN}_${PV}-${LINSPIRE}.tar.gz" LINSPIRE_BUILD_DIR="marlin_build_${PN}-${MY_PV}" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="virtual/libc net-misc/howl" RESTRICT="nomirror" S=${WORKDIR}/${LINSPIRE_BUILD_DIR} src_compile() { echo "No configuration needed" pwd # remove the binaries that were already compiled rm -f ./howlxml_browse rm -f ./howlxml_publish emake || die "emake failed" } src_install() { mkdir -p ${D}/usr/bin emake DESTDIR=${D} install || die "emake install failed" }