# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="SDL Graphics Extensions" HOMEPAGE="http://home.swipnet.se/cal_home/sge/index.html http://www.etek.chalmers.se/~e8cal1/sge/index.html" SRC_URI="http://home.swipnet.se/cal_home/sge/files/${PN}${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=media-libs/libsdl-1.2.6 >=media-libs/freetype-2.1.5 >=media-libs/sdl-image-1.2.3" #RDEPEND="" S=${WORKDIR}/${PN}${PV} src_compile() { emake || die } src_install() { make PREFIX=${D}/usr DESTDIR=${D} install || die }