diff options
Diffstat (limited to 'media-sound/radiostation')
-rw-r--r-- | media-sound/radiostation/radiostation-0.5.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/media-sound/radiostation/radiostation-0.5.ebuild b/media-sound/radiostation/radiostation-0.5.ebuild index 6f4b5840aca2..a6df2646d3fe 100644 --- a/media-sound/radiostation/radiostation-0.5.ebuild +++ b/media-sound/radiostation/radiostation-0.5.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/radiostation/radiostation-0.5.ebuild,v 1.4 2004/02/24 09:52:24 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/radiostation/radiostation-0.5.ebuild,v 1.5 2004/03/21 23:26:29 eradicator Exp $ DESCRIPTION="Managements system for online audio streams" HOMEPAGE="http://mindx.dyndns.org/kde/radio/" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~amd64 ~ia64 ~ppc ~sparc ~alpha ~hppa" +KEYWORDS="x86" IUSE="debug kde" @@ -23,10 +23,10 @@ DEPEND="kde? ( >=kde-base/kdelibs-3.1 ) S=${WORKDIR}/kderadiostation-${PV} SRC_URI="http://mindx.dyndns.org/kde/radio/source/kderadiostation-${PV}.tar.gz - http://mindx.dyndns.org/kde/radio/source/radiostation" + http://mindx.dyndns.org/kde/radio/source/radiostation" src_unpack() { - if [ `use kde` ]; then + if use kde; then unpack kderadiostation-${PV}.tar.gz fi @@ -34,14 +34,14 @@ src_unpack() { } src_compile() { - if [ `use kde` ]; then + if use kde; then econf `use_enable debug` || die "Unsuccessful configure" emake || die "Unsuccessful make" fi } src_install() { - if [ `use kde` ]; then + if use kde; then einstall || die "Unsuccessful install" dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO fi |