sci-mathematics/chaco: change file layout

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2021-09-07 13:57:31 +02:00
parent bcfc5398e0
commit 8b7db95955

View File

@@ -27,10 +27,12 @@ src_compile() {
src_install() {
dodoc -r doc/.
dodoc -r "code/matlab"
insinto "/usr/share/octave/packages/${PN}"
doins -r code/matlab/*
cd "exec" || die
dobin "chaco"
dolib.so "libchaco.so"
dodoc *.coords *.graph "User_Params"
insinto "/usr/share/${PN}"
doins *.coords *.graph "User_Params"
newdoc README README_exec
}