1 # Copyright 1999-2004 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
4 inherit subversion eutils autotools
6 ESVN_REPO_URI
="http://gsopcast.googlecode.com/svn/trunk"
7 ESVN_PROJECT
="gsopcast"
9 DESCRIPTION
="a gtk front-end of p2p TV sopcast"
11 HOMEPAGE
="http://lianwei3.googlepages.com/home2"
18 DEPEND
=">=media-tv/sopcast-1.1.1
25 ewarn
"This is a LIVE SVN ebuild."
26 ewarn
"That means there are NO promises it will work."
32 econf || die
"configure failed"
33 emake || die
"make failed"