Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 83980
Collapse All | Expand All

(-)caps-plugins-0.2.1.ebuild (-2 / +5 lines)
Lines 7-13 Link Here
7
IUSE=""
7
IUSE=""
8
MY_P=caps-${PV}
8
MY_P=caps-${PV}
9
9
10
DESCRIPTION="caps ladspa plugins"
10
DESCRIPTION="The CAPS Audio Plugin Suite - LADSPA plugins"
11
HOMEPAGE="http://quitte.de/dsp/caps.html"
11
HOMEPAGE="http://quitte.de/dsp/caps.html"
12
SRC_URI="http://quitte.de/dsp/caps_${PV}.tar.gz"
12
SRC_URI="http://quitte.de/dsp/caps_${PV}.tar.gz"
13
LICENSE="GPL-2"
13
LICENSE="GPL-2"
Lines 30-34 Link Here
30
30
31
src_install() {
31
src_install() {
32
	dodoc AUTHORS COPYING README
32
	dodoc AUTHORS COPYING README
33
	dolib.so *.so
33
        dohtml caps.html
34
	insinto /usr/lib/ladspa
35
	insopts -m0755
36
	doins *.so
34
}
37
}

Return to bug 83980