# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author David Mott # /space/gentoo/cvsroot/gentoo-x86/media-libs/sdl-net/sdl-net-1.2.3.ebuild,v 1.0 2001/08/05 23:38:28 lordjoe Exp A=SDL_net-${PV}.tar.gz S=${WORKDIR}/SDL_net-${PV} DESCRIPTION="Simple Direct Media Layer Network Support Library" SRC_URI="http://www.libsdl.org/projects/SDL_net/release/${A}" HOMEPAGE="http://www.libsdl.org/projects/SDL_net/index.html" DEPEND="virtual/glibc >=media-libs/libsdl-1.2.0" src_compile() { ./configure --host=${CHOST} --prefix=/usr --mandir=/usr/share/man || die emake || die } src_install() { cd ${S} make DESTDIR=${D} install || die preplib /usr dodoc CHANGES COPYING README }