Re: [gobolinux-devel] csound recipe problems

2007-11-05 Thread Hisham Muhammad
On 11/5/07, Jonatan Liljedahl <[EMAIL PROTECTED]> wrote: > Hisham Muhammad wrote: > > On 11/5/07, Jonatan Liljedahl <[EMAIL PROTECTED]> wrote: > >> Hisham Muhammad wrote: > >>> On 11/5/07, Jonatan Liljedahl <[EMAIL PROTECTED]> wrote: > I've made a recipe for latest CSound. > It uses Scons

Re: [gobolinux-devel] csound recipe problems

2007-11-05 Thread Jonatan Liljedahl
Hisham Muhammad wrote: > On 11/5/07, Jonatan Liljedahl <[EMAIL PROTECTED]> wrote: >> Hisham Muhammad wrote: >>> On 11/5/07, Jonatan Liljedahl <[EMAIL PROTECTED]> wrote: I've made a recipe for latest CSound. It uses Scons, but it installs not with scons.py install but with install.py,

Re: [gobolinux-devel] csound recipe problems

2007-11-05 Thread Hisham Muhammad
On 11/5/07, Jonatan Liljedahl <[EMAIL PROTECTED]> wrote: > Hisham Muhammad wrote: > > On 11/5/07, Jonatan Liljedahl <[EMAIL PROTECTED]> wrote: > >> 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: > >> > >> r

Re: [gobolinux-devel] csound recipe problems

2007-11-05 Thread Jonatan Liljedahl
Hisham Muhammad wrote: > On 11/5/07, Jonatan Liljedahl <[EMAIL PROTECTED]> wrote: >> 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" >> ) >> sandb

Re: [gobolinux-devel] csound recipe problems

2007-11-05 Thread Hisham Muhammad
On 11/5/07, Jonatan Liljedahl <[EMAIL PROTECTED]> wrote: > 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.

[gobolinux-devel] csound recipe problems

2007-11-05 Thread Jonatan Liljedahl
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_in