diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-23 00:49:50 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-23 00:49:50 +0000 |
commit | 04350be86408534f5a86963f7ebc778b503243c0 (patch) | |
tree | e785df12b920643e4fab40721cae566d41d49f02 /media-libs/sdl-net/sdl-net-1.2.4.ebuild | |
parent | added SGI's free software B license (diff) | |
download | gentoo-2-04350be86408534f5a86963f7ebc778b503243c0.tar.gz gentoo-2-04350be86408534f5a86963f7ebc778b503243c0.tar.bz2 gentoo-2-04350be86408534f5a86963f7ebc778b503243c0.zip |
repoman'd
Diffstat (limited to 'media-libs/sdl-net/sdl-net-1.2.4.ebuild')
-rw-r--r-- | media-libs/sdl-net/sdl-net-1.2.4.ebuild | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/sdl-net/sdl-net-1.2.4.ebuild b/media-libs/sdl-net/sdl-net-1.2.4.ebuild index d7407ab5f9a9..1071536ca0c1 100644 --- a/media-libs/sdl-net/sdl-net-1.2.4.ebuild +++ b/media-libs/sdl-net/sdl-net-1.2.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-net/sdl-net-1.2.4.ebuild,v 1.2 2002/07/11 06:30:39 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-net/sdl-net-1.2.4.ebuild,v 1.3 2002/07/23 00:49:50 seemant Exp $ MY_P=${P/sdl-/SDL_} S=${WORKDIR}/${MY_P} @@ -8,8 +8,11 @@ DESCRIPTION="Simple Direct Media Layer Network Support Library" SRC_URI="http://www.libsdl.org/projects/SDL_net/release/${MY_P}.tar.gz" HOMEPAGE="http://www.libsdl.org/projects/SDL_net/index.html" -DEPEND="virtual/glibc - >=media-libs/libsdl-1.2.4" +SLOT="0" +LICENSE="LGPL-2" +KEYWORDS="x86" + +DEPEND=">=media-libs/libsdl-1.2.4" src_install() { einstall || die |