# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ # inherit ebuild function, e.g epatch inherit eutils DESCRIPTION="llk for linux" HOMEPAGE="http://llk-linux.sourceforge.net/" SRC_URI="http://llk-linux.sourceforge.net/dist/llk_linux-2.3beta1.tar.gz" LICENSE="GPL" SLOT="0" KEYWORDS="amd64 x86" DEPEND="media-libs/sdl-mixer" src_unpack() { unpack "${A}" cd "${S}" epatch "${FILESDIR}/score-segv.patch" } src_compile() { ./configure --prefix=/usr make } src_install() { make DESTDIR=${D} install }