Files
@ 57e63fe7a372
Branch filter:
Location: portage-overlay.git/media-sound/sidplayer/sidplayer-4.4.ebuild - annotation
57e63fe7a372
649 B
application/vnd.gentoo.ebuild
add dev-vcs/kallithea to overlay
794dc86717e2 794dc86717e2 794dc86717e2 794dc86717e2 df976a178b95 df976a178b95 794dc86717e2 794dc86717e2 794dc86717e2 794dc86717e2 794dc86717e2 794dc86717e2 794dc86717e2 794dc86717e2 794dc86717e2 794dc86717e2 794dc86717e2 794dc86717e2 794dc86717e2 794dc86717e2 794dc86717e2 794dc86717e2 794dc86717e2 794dc86717e2 794dc86717e2 794dc86717e2 794dc86717e2 794dc86717e2 794dc86717e2 794dc86717e2 794dc86717e2 794dc86717e2 794dc86717e2 794dc86717e2 | # Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="5"
inherit eutils
MY_P="SIDPlayer-${PV}"
DESCRIPTION="Sidplayer is a replayer program for C64 music"
HOMEPAGE="http://sidplayer.cebix.net/"
SRC_URI="http://sidplayer.cebix.net/downloads/${MY_P}.tar.gz"
LICENSE="GPL"
SLOT="0"
KEYWORDS="x86 amd64"
IUSE="sdl"
DEPEND=">=media-libs/libsdl-1.2.10
media-libs/sdl-sound"
RDEPEND="${DEPEND}"
S="${WORKDIR}/${MY_P}"
src_compile() {
econf || die "econf failed"
emake || die "emake failed"
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
}
|