# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-util/mercurial/mercurial-1.0.2.ebuild,v 1.7 2008/10/17 08:04:41 aballier Exp $ inherit bzr DESCRIPTION="Pipes an ogg stream to an icecast server" HOMEPAGE="http://v2v.cc/~j/oggfwd/" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64" IUSE="" DEPEND=">=media-libs/libshout-2.1 media-libs/libogg media-libs/libvorbis media-libs/libtheora" EBZR_REPO_URI="http://v2v.cc/~j/oggfwd" EBZR_REVISION="6" # Overwrite the branch - not the default trunk EBZR_BRANCH="" src_install() { # First create the needed folders mkdir -p "${D}usr/bin" # Then do the standard gentoo install emake PREFIX="${D}usr" install || die "Install failed" }