diff options
Diffstat (limited to 'net-misc/ices/ices-2.0.0.ebuild')
-rw-r--r-- | net-misc/ices/ices-2.0.0.ebuild | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/net-misc/ices/ices-2.0.0.ebuild b/net-misc/ices/ices-2.0.0.ebuild deleted file mode 100644 index 30db9982011c..000000000000 --- a/net-misc/ices/ices-2.0.0.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/ices/ices-2.0.0.ebuild,v 1.11 2005/02/26 21:54:36 jnc Exp $ - -IUSE="" - -DESCRIPTION="icecast OGG streaming client. supports on the fly re-encoding" -SRC_URI="http://downloads.xiph.org/releases/ices/${P}.tar.gz" -HOMEPAGE="http://www.icecast.org/ices.php" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 sparc amd64 ppc64" - -DEPEND="dev-libs/libxml2 - dev-util/pkgconfig - >=media-libs/libshout-2.0 - >=media-libs/libvorbis-1.0" - -src_compile () -{ - econf --sysconfdir=/etc/ices2 || die "configure failed" - - emake || die "make failed" -} - -src_install () -{ - make DESTDIR=${D} install || die "make install failed" - - dodoc AUTHORS README TODO - - # Add the stock configs... - dodir /etc/ices2 - mv ${D}usr/share/ices/ices-live.xml \ - ${D}etc/ices2/ices-live.xml.dist - mv ${D}usr/share/ices/ices-playlist.xml \ - ${D}etc/ices2/ices-playlist.xml.dist - - # Move the html to it's proper location... - dodir /usr/share/doc/${PN}-2.0_beta4/html - mv ${D}usr/share/ices/*.html ${D}usr/share/doc/${PN}-2.0_beta4/html - mv ${D}usr/share/ices/style.css ${D}usr/share/doc/${PN}-2.0_beta4/html - - # Nothing is left here after things are moved... - rmdir ${D}usr/share/ices -} |