# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="a library for programming with an oldskool attitude" LICENCE="BSD" SLOT="0" KEYWORDS="x86" SRC_URI="http://www.student.oulu.fi/~loorni/software/bme.zip" HOMEPAGE="http://www.student.oulu.fi/~loorni/covert/" IUSE="" DEPEND=">=media-libs/libsdl-1.2.7-r2 >=x11-base/xorg-x11-6.7.0-r2 app-arch/unzip" S=${WORKDIR}/src/ src_compile() { make all } src_install() { mkdir -p ${D}usr/bin ${D}usr/lib mv {libbme.so.0,libbme.a} ${D}/usr/lib mv ${S}{mapedit,infedit,datafile,dat2inc,bmeplay,bmeconv} ${D}usr/bin }