Files
@ c5064d653531
Branch filter:
Location: portage-overlay.git/media-sound/rakarrack/rakarrack-0.6.1.ebuild - annotation
c5064d653531
820 B
application/vnd.gentoo.ebuild
net-fs/nfs-utils: fix copmpilation with -fno-common or gcc10, fixes bug #707624
634334d0ab4d 634334d0ab4d 634334d0ab4d 634334d0ab4d 634334d0ab4d 634334d0ab4d 634334d0ab4d 634334d0ab4d 634334d0ab4d 634334d0ab4d 634334d0ab4d 634334d0ab4d 634334d0ab4d 634334d0ab4d 634334d0ab4d 634334d0ab4d 634334d0ab4d 634334d0ab4d 634334d0ab4d 634334d0ab4d 634334d0ab4d 634334d0ab4d 634334d0ab4d 634334d0ab4d 634334d0ab4d 634334d0ab4d 634334d0ab4d 634334d0ab4d 634334d0ab4d 634334d0ab4d 634334d0ab4d 634334d0ab4d 634334d0ab4d 634334d0ab4d 634334d0ab4d 634334d0ab4d | # Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=5
inherit eutils
DESCRIPTION="Basic rack of 10 effects for guitar with presets, banks and MIDI control"
HOMEPAGE="http://rakarrack.sourceforge.net/"
SRC_URI="mirror://sourceforge/rakarrack/${P}.tar.bz2"
RESTRICT="mirror"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="x11-libs/fltk:1
x11-libs/libXpm
>=media-libs/alsa-lib-0.9
>=media-sound/alsa-utils-0.9
>=media-sound/jack-audio-connection-kit-0.100.0"
RDEPEND="${DEPEND}"
# DOCS="AUTHORS ChangeLog NEWS README TODO"
src_prepare() {
# makes pass configure check for -lfltk
epatch "${FILESDIR}/${PV}"-fltk-configure.patch
}
src_install() {
make DESTDIR="${D}" install
insinto /usr/share/doc/"${PN}"
doins TODO
}
|