[gobolinux-users] gobolinux-users Digest, Vol 29, Issue 2
Andy Feldman
nereusren at gmail.com
Mon Feb 5 18:08:45 UTC 2007
The recipe format specification page
(http://gobo.kundor.org/wiki/Recipe_format_specification) has a lot of
good information on the available recipe variables, and I use it
frequently as a reference when I'm writing a recipe. As far as I know
there's no good tutorial-style information on how to write recipes to
overcome common configuration problems like that one.
-Andy
On 2/5/07, Patrick M Gremo <PGremo at thoughtworks.com> wrote:
>
> Thanks,
>
> That worked. Is this on the wiki somewhere that I missed?
>
> > On 2/4/07, Patrick M Gremo <PGremo at thoughtworks.com> wrote:
> > > I'm trying to install Io http://www.iolanguage.com.
> > >
> > > The compile works fine, but when I try to install every file is listed
> as a
> > > leftover by SandboxInstall. I don't see anything unusual.
> > >
> > >
> > > Snippet from Makefile:
> > >
> > > INSTALL_PREFIX ?= /usr/local
> > >
> > > ......
> > >
> > > install:
> > > umask 022
> > > mkdir -p $(INSTALL_PREFIX)/{bin,lib} || true
> > > cp _build/binaries/io$(BINARY_SUFFIX)
> > > $(INSTALL_PREFIX)/bin || true
> > > chmod ugo+rx $(INSTALL_PREFIX)/bin/io
> > > cp _build/binaries/io_static$(BINARY_SUFFIX)
> > > $(INSTALL_PREFIX)/bin
> > > chmod ugo+rx
> > > $(INSTALL_PREFIX)/bin/io_static$(BINARY_SUFFIX) ||
> true
> > > cp _build/dll/* $(INSTALL_PREFIX)/lib || true
> > > cp _build/lib/* $(INSTALL_PREFIX)/lib || true
> > > rm -rf $(INSTALL_PREFIX)/lib/io || true
> > > mkdir -p $(INSTALL_PREFIX)/lib/io || true
> > > cp -fR addons $(INSTALL_PREFIX)/lib/io
> > > chmod -R ugo+rX $(INSTALL_PREFIX)/lib/io
> >
> > Do you have ' make_variables=("INSTALL_PREFIX=$target")
> ' in your recipe?
> >
> > --
> > Lucas
> > powered by /dev/dsp
> >
>
> _______________________________________________
> gobolinux-users mailing list
> gobolinux-users at lists.gobolinux.org
> http://lists.gobolinux.org/mailman/listinfo/gobolinux-users
>
>
>
More information about the gobolinux-users
mailing list