diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2002-10-30 13:27:19 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2002-10-30 13:27:19 +0000 |
commit | 214b0d20aa49136c3aa9c0d8d611a6c97c6bcdbd (patch) | |
tree | 6af67bb5ee164c84606aea6f4ee94163d1bd9394 /net-misc/liveice | |
parent | Security update (diff) | |
download | gentoo-2-214b0d20aa49136c3aa9c0d8d611a6c97c6bcdbd.tar.gz gentoo-2-214b0d20aa49136c3aa9c0d8d611a6c97c6bcdbd.tar.bz2 gentoo-2-214b0d20aa49136c3aa9c0d8d611a6c97c6bcdbd.zip |
Initial import.
Diffstat (limited to 'net-misc/liveice')
-rw-r--r-- | net-misc/liveice/ChangeLog | 9 | ||||
-rw-r--r-- | net-misc/liveice/files/digest-liveice-2000530 | 1 | ||||
-rw-r--r-- | net-misc/liveice/liveice-2000530.ebuild | 28 |
3 files changed, 38 insertions, 0 deletions
diff --git a/net-misc/liveice/ChangeLog b/net-misc/liveice/ChangeLog new file mode 100644 index 000000000000..328eae75d30c --- /dev/null +++ b/net-misc/liveice/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for net-misc/liveice +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/liveice/ChangeLog,v 1.1 2002/10/30 13:27:19 aliz Exp $ + +*liveice-20000530 (30 Oct 2002) + + 30 Oct 2002; Daniel Ahlberg <aliz@gentoo.org> : + Initial import. Ebuild submitted by Hannes Mehnert <hannes@gentoo.org> + in #5920. diff --git a/net-misc/liveice/files/digest-liveice-2000530 b/net-misc/liveice/files/digest-liveice-2000530 new file mode 100644 index 000000000000..f56773f9e7ee --- /dev/null +++ b/net-misc/liveice/files/digest-liveice-2000530 @@ -0,0 +1 @@ +MD5 6b1c9c98225757c26f91083b233da0ff liveice.tar.gz 85171 diff --git a/net-misc/liveice/liveice-2000530.ebuild b/net-misc/liveice/liveice-2000530.ebuild new file mode 100644 index 000000000000..e96a2a376be6 --- /dev/null +++ b/net-misc/liveice/liveice-2000530.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/liveice/liveice-2000530.ebuild,v 1.1 2002/10/30 13:27:19 aliz Exp $ + +S=${WORKDIR}/${PN} +DESCRIPTION="Live Source Client For IceCast" +HOMEPAGE="http://star.arm.ac.uk/~spm/software/liveice.html" +SRC_URI="http://star.arm.ac.uk/~spm/software/liveice.tar.gz" + +SLOT="0" +KEYWORDS="~x86" +LICENSE="as-is" + +DEPEND="virtual/glibc" +RDEPEND="media-sound/lame + media-sound/mpg123" + +src_compile() { + ./configure + emake || die +} + +src_install() { + dobin liveice + dodoc liveice.cfg README.liveice README.quickstart README_new_mixer.txt Changes.txt +} + + |