I've made a recipe for latest CSound.
It uses Scons, but it installs not with scons.py install but with
install.py, I tried this:

recipe_type=scons
scons_variables=(
"prefix=$target"
)
sandbox_options=(
"--command install.py --prefix=$target"
)

But it didn't work, instead I had to do this:

do_install=no
pre_link() {
  ./install.py --prefix=$target
}

also, the docs doesn't correspond to latest Compile, for example
scons_variables isn't mentioned...

Anyhow, working recipe attached.

/Jonatan - http://kymatica.com

Attachment: Csound--5.07.0--recipe.tar.bz2
Description: Binary data

_______________________________________________
gobolinux-devel mailing list
gobolinux-devel@lists.gobolinux.org
http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel

Reply via email to