diff options
author | Eric Shattow <jnc@gentoo.org> | 2005-02-27 06:45:31 +0000 |
---|---|---|
committer | Eric Shattow <jnc@gentoo.org> | 2005-02-27 06:45:31 +0000 |
commit | ce64d59dca28dd064df563133293a7e970f0e629 (patch) | |
tree | 8174bf76261aeab6eac80974c40204e692c4f4e6 /media-libs/libshout/libshout-2.1.ebuild | |
parent | added pgcluster mask (diff) | |
download | gentoo-2-ce64d59dca28dd064df563133293a7e970f0e629.tar.gz gentoo-2-ce64d59dca28dd064df563133293a7e970f0e629.tar.bz2 gentoo-2-ce64d59dca28dd064df563133293a7e970f0e629.zip |
Version bump.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'media-libs/libshout/libshout-2.1.ebuild')
-rw-r--r-- | media-libs/libshout/libshout-2.1.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/media-libs/libshout/libshout-2.1.ebuild b/media-libs/libshout/libshout-2.1.ebuild new file mode 100644 index 000000000000..eaddafec5eee --- /dev/null +++ b/media-libs/libshout/libshout-2.1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libshout/libshout-2.1.ebuild,v 1.1 2005/02/27 06:45:31 jnc Exp $ + +IUSE="" + +DESCRIPTION="libshout is a library for connecting and sending data to icecast servers." +SRC_URI="http://downloads.xiph.org/releases/libshout/${P}.tar.gz" +HOMEPAGE="http://www.icecast.org" + +SLOT="0" +KEYWORDS="x86 sparc amd64 ~ppc ppc64" +LICENSE="GPL-2" + +RDEPEND="virtual/libc + media-libs/libogg + media-libs/libvorbis" + +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +src_install() { + make DESTDIR=${D} install || die "make install failed" + + dodoc README INSTALL examples/example.c + + rm -rf ${D}/usr/share/doc/libshout +} |