summaryrefslogtreecommitdiff
blob: 1755589d7cf7f112814975a81dba3ce8a38035af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 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 $

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"


src_compile() {
	
	econf || die
	emake || die
}

src_install() {

	einstall || die
}