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
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,
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
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
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.
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