# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="Coldbird Popstation Mod" HOMEPAGE="http://coldbird.lan.st/" SRC_URI="http://coldbird.lan.st/OE%20Firmware%20Tools/Copstation/copstation.tar.bz2" LICENSE="as-is" SLOT="0" KEYWORDS="~x86" RESTRICT="mirror" IUSE="" DEPEND="sys-libs/zlib" RDEPEND="${DEPEND}" S="${WORKDIR}" src_compile() { emake || die "emake failed" } src_install() { dodir /usr/bin dobin popstation }