diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-17 02:25:20 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-17 02:25:20 +0000 |
commit | e6412321e72f50b40a3efbdc1eddd75152f50f13 (patch) | |
tree | a01e921b158db1efc07b7506e2d8830afaf0238b /net-p2p/soribada | |
parent | removed audiogalaxy clients, since the protocol/site is dead now (diff) | |
download | gentoo-2-e6412321e72f50b40a3efbdc1eddd75152f50f13.tar.gz gentoo-2-e6412321e72f50b40a3efbdc1eddd75152f50f13.tar.bz2 gentoo-2-e6412321e72f50b40a3efbdc1eddd75152f50f13.zip |
repoman'd
Diffstat (limited to 'net-p2p/soribada')
-rw-r--r-- | net-p2p/soribada/soribada-0.8b.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/net-p2p/soribada/soribada-0.8b.ebuild b/net-p2p/soribada/soribada-0.8b.ebuild index e44a31ee88d4..5c507ab63f94 100644 --- a/net-p2p/soribada/soribada-0.8b.ebuild +++ b/net-p2p/soribada/soribada-0.8b.ebuild @@ -1,14 +1,16 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-p2p/soribada/soribada-0.8b.ebuild,v 1.2 2002/07/11 06:30:49 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/soribada/soribada-0.8b.ebuild,v 1.3 2002/07/17 02:25:20 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Soribada (korean napster clone) client for linux" SRC_URI="http://soribada.kldp.org/depot/${P}.tar.gz" HOMEPAGE="http://soribada.kldp.org" -DEPEND="virtual/x11 - >=x11-libs/gtk+-1.2.0" +DEPEND=">=x11-libs/gtk+-1.2.0" + SLOT="0" +LICENSE="GPL" +KEYWORDS="x86" src_compile() { ./configure \ |