summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2003-03-14 10:11:48 +0000
committerSeemant Kulleen <seemant@gentoo.org>2003-03-14 10:11:48 +0000
commit4dcbaa14547cab518d468845bf078ca889b37a2b (patch)
tree190e39cb04b8f42c5d57f12c01b293e278e50942 /media-sound/darkice
parentversion bump (diff)
downloadgentoo-2-4dcbaa14547cab518d468845bf078ca889b37a2b.tar.gz
gentoo-2-4dcbaa14547cab518d468845bf078ca889b37a2b.tar.bz2
gentoo-2-4dcbaa14547cab518d468845bf078ca889b37a2b.zip
slight cleanup
Diffstat (limited to 'media-sound/darkice')
-rw-r--r--media-sound/darkice/darkice-0.13.ebuild20
1 files changed, 8 insertions, 12 deletions
diff --git a/media-sound/darkice/darkice-0.13.ebuild b/media-sound/darkice/darkice-0.13.ebuild
index 7e0be07e43b3..f4dcf48a13b9 100644
--- a/media-sound/darkice/darkice-0.13.ebuild
+++ b/media-sound/darkice/darkice-0.13.ebuild
@@ -1,26 +1,22 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/darkice/darkice-0.13.ebuild,v 1.1 2003/03/14 10:10:29 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/darkice/darkice-0.13.ebuild,v 1.2 2003/03/14 10:11:48 seemant Exp $
+IUSE="encode oggvorbis"
+
+S=${WORKDIR}/${P}
DESCRIPTION="IceCast live streamer delivering Ogg and mp3 streams simulatenously to multiple hosts."
HOMEPAGE="http://darkice.sourceforge.net/"
-KEYWORDS="x86"
-LICENSE="GPL-2"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
SLOT="0"
-IUSE="encode oggvorbis"
+LICENSE="GPL-2"
+KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips ~hppa"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
DEPEND="encode? ( >=media-sound/lame-1.89 )
oggvorbis? ( >=media-libs/libvorbis-1.0 )"
-S=${WORKDIR}/${P}
-
-src_unpack() {
- unpack ${A}
-
-}
-
src_compile() {
local myconf=""