1 # Copyright 1999-2010 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
7 # Bazaar source information
8 EBZR_REPO_URI="http://v2v.cc/~j/oggfwd"
10 # Overwrite the branch - not the default trunk
13 DESCRIPTION="Pipes an ogg stream to an icecast server"
14 HOMEPAGE="http://v2v.cc/~j/oggfwd/"
15 # empty SRC_URI to make it clear that this is a live ebuild.
23 DEPEND=">=media-libs/libshout-2.1
31 # First create the needed folders - compile fails if they are missing.
32 dodir /usr/bin || die "creating necessary dir /usr/bin failed"
33 # Then do the standard gentoo install
34 emake PREFIX="${D}usr" install || die "Install failed"