summaryrefslogtreecommitdiff
blob: d4fc3a9ae8adfc44f23121fac49d1df601ad444a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

DESCRIPTION="Drum synth, 100% sample free"
HOMEPAGE="http://smack.berlios.de/"
SRC_URI="mirror://berlios/${PN}/${P}.tar.gz"

IUSE=""
LICENSE="GPL-2"
KEYWORDS="~x86"
SLOT="0"

DEPEND=">=media-sound/om-0.2.0
	>=media-plugins/omins-0.2.0
	media-plugins/swh-plugins
	media-plugins/blop
	media-libs/ladspa-sdk
	media-libs/ladspa-cmt"

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed"
	dodoc AUTHORS ChangeLog NEWS THANKS README
}