diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-01-09 21:29:17 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-01-09 21:29:17 +0000 |
commit | b7f56e731cba9a1c52e1b89a0b865f9d429060a3 (patch) | |
tree | c3ce91fa286682c337bfc9233218bf8b66d94bd3 /net-misc/icecast2/icecast2-08072002.ebuild | |
parent | dependency change only (diff) | |
download | gentoo-2-b7f56e731cba9a1c52e1b89a0b865f9d429060a3.tar.gz gentoo-2-b7f56e731cba9a1c52e1b89a0b865f9d429060a3.tar.bz2 gentoo-2-b7f56e731cba9a1c52e1b89a0b865f9d429060a3.zip |
cleanups
Diffstat (limited to 'net-misc/icecast2/icecast2-08072002.ebuild')
-rw-r--r-- | net-misc/icecast2/icecast2-08072002.ebuild | 25 |
1 files changed, 9 insertions, 16 deletions
diff --git a/net-misc/icecast2/icecast2-08072002.ebuild b/net-misc/icecast2/icecast2-08072002.ebuild index bfe7f2dfcc9b..58f22c245145 100644 --- a/net-misc/icecast2/icecast2-08072002.ebuild +++ b/net-misc/icecast2/icecast2-08072002.ebuild @@ -1,40 +1,33 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# Packaged by Blake Watters <sbw@ibiblio.org> +# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast2/icecast2-08072002.ebuild,v 1.5 2003/01/09 21:25:47 vapier Exp $ -S=${WORKDIR}/${P} -DESCRIPTION="A streaming media server capable of delivering ogg-vorbis streams." -SRC_URI="http://ibiblio.org/sbw/gentoo/icecast2-08072002.tar.bz2" -HOMEPAGE="http://www.icecast.org" +DESCRIPTION="streaming media server capable of delivering ogg-vorbis streams" +SRC_URI="http://ibiblio.org/sbw/gentoo/${P}.tar.bz2" +HOMEPAGE="http://www.icecast.org/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 sparc " +KEYWORDS="x86 sparc" DEPEND=">=media-libs/libvorbis-1.0 - >=dev-libs/libxml-1.8.0" + >=dev-libs/libxml-1.8.0" src_compile() { - econf || die - emake || die } src_install() { dodoc README AUTHORS HACKING COPYING TODO - - exeinto /usr/bin - newexe src/icecast icecast2 - + newbin src/icecast icecast2 insinto /etc doins ${FILESDIR}/icecast2.xml } pkg_postinst() { einfo "Please edit the configuration file located at /etc/icecast2.xml" - einfo "to configure your icecast2 server. Execute with icecast2 -c /etc/icecast2.xml" - einfo "to start your streaming server." - einfo + einfo "to configure your icecast2 server. Execute with icecast2 -c /etc/icecast2.xml" + einfo "to start your streaming server." } |