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 | 17f63901584949bb7091cbb01b89380b2af2b4ca (patch) | |
tree | 771b80bd9deadb9a6ad32fdafb3db10157b88a67 /media-libs/sdl-gfx | |
parent | added SGI's free software B license (diff) | |
download | historical-17f63901584949bb7091cbb01b89380b2af2b4ca.tar.gz historical-17f63901584949bb7091cbb01b89380b2af2b4ca.tar.bz2 historical-17f63901584949bb7091cbb01b89380b2af2b4ca.zip |
repoman'd
Diffstat (limited to 'media-libs/sdl-gfx')
-rw-r--r-- | media-libs/sdl-gfx/sdl-gfx-2.0.3.ebuild | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/media-libs/sdl-gfx/sdl-gfx-2.0.3.ebuild b/media-libs/sdl-gfx/sdl-gfx-2.0.3.ebuild index 1755589d7cf7..61e20542125c 100644 --- a/media-libs/sdl-gfx/sdl-gfx-2.0.3.ebuild +++ b/media-libs/sdl-gfx/sdl-gfx-2.0.3.ebuild @@ -1,17 +1,20 @@ # 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-gfx/sdl-gfx-2.0.3.ebuild,v 1.1 2002/07/05 16:18:53 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-gfx/sdl-gfx-2.0.3.ebuild,v 1.2 2002/07/23 00:49:50 seemant Exp $ MY_P="${P/sdl-/SDL_}" S=${WORKDIR}/${MY_P} DESCRIPTION="Graphics drawing primitives library for SDL" SRC_URI="http://www.ferzkopp.net/Software/SDL_gfx-2.0/${MY_P}.tar.gz" HOMEPAGE="http://www.ferzkopp.net/Software/SDL_gfx-2.0/" -CFLAGS="${CFLAGS} -O2" -DEPEND="virtual/glibc - >=media-libs/libsdl-1.2" +SLOT="0" +LICENSE="LGPL-2.1" +KEYWORDS="x86" + +DEPEND=">=media-libs/libsdl-1.2" +CFLAGS="${CFLAGS} -O2" src_compile() { |