# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-sound/empcd/empcd-20071126.ebuild $ DESCRIPTION="event music player client daemon" HOMEPAGE="http://unfix.org/projects/empcd/" SRC_URI="http://prak.org/~henrik/empcd/empcd_2007.11.26.tar.bz2" LICENSE="unknown" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" # no dependencies: MPD can run on a remote machine RDEPEND="" DEPEND="" src_unpack() { unpack ${A} # remove precompiled binary cd empcd && rm -f empcd } src_compile() { cd empcd emake || die "emake failed." } src_install() { cd empcd emake DESTDIR="${D}" install || die "emake install failed." echo "${D}" insinto "/etc" doins "doc/empcd.conf" }