You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-emulation/uade/uade-2.13.ebuild

38 lines
887 B

# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/uade/uade-2.13.ebuild,v 1.6 2012/05/03 18:49:08 jdhore Exp $
inherit eutils
DESCRIPTION="Unix Amiga Delitracker Emulator - plays old Amiga tunes through UAE emulation"
HOMEPAGE="http://zakalwe.fi/uade"
SRC_URI="http://zakalwe.fi/uade/uade2/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE=""
RDEPEND="media-libs/libao"
DEPEND="${RDEPEND}
virtual/pkgconfig"
src_compile() {
./configure \
--prefix=/usr \
--package-prefix="${D}" \
--with-uade123 \
--with-text-scope \
--without-xmms \
--without-audacious \
|| die "configure failed"
emake || die 'emake failed'
}
src_install() {
make install || die 'make install failed'
dodoc AUTHORS ChangeLog doc/BUGS doc/PLANS
doman doc/uade123.1
}