diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-21 03:07:47 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-21 03:07:47 +0000 |
commit | bdcb0499ae169a86158e041e3052e6547fc09714 (patch) | |
tree | 4747819c5a3efb0dbae3284aa0c21b68630c5608 /media-sound/gnump3d | |
parent | added ppc keyword (diff) | |
download | historical-bdcb0499ae169a86158e041e3052e6547fc09714.tar.gz historical-bdcb0499ae169a86158e041e3052e6547fc09714.tar.bz2 historical-bdcb0499ae169a86158e041e3052e6547fc09714.zip |
repoman'd
Diffstat (limited to 'media-sound/gnump3d')
-rw-r--r-- | media-sound/gnump3d/gnump3d-0.9.9.4.ebuild | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/media-sound/gnump3d/gnump3d-0.9.9.4.ebuild b/media-sound/gnump3d/gnump3d-0.9.9.4.ebuild index 9741f3acc67c..2232b832433b 100644 --- a/media-sound/gnump3d/gnump3d-0.9.9.4.ebuild +++ b/media-sound/gnump3d/gnump3d-0.9.9.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-sound/gnump3d/gnump3d-0.9.9.4.ebuild,v 1.3 2002/07/11 06:30:40 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/gnump3d/gnump3d-0.9.9.4.ebuild,v 1.4 2002/07/21 03:07:46 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="A streaming server for MP3, OGG vorbis and other streamable files" @@ -8,8 +8,11 @@ SRC_URI="mirror://sourceforge/gnump3d/${P}.tar.gz" HOMEPAGE="http://gnump3d.sourceforge.net/" DEPEND="virtual/glibc" -RDEPEND="${DEPEND} - >=sys-devel/perl-5.6.1" +RDEPEND=">=sys-devel/perl-5.6.1" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" src_unpack() { unpack ${A} |