[Gambas-user] update of autotools base installer for gambas2

José Luis Redrejo jredrejo at ...626...
Tue Jul 17 17:06:25 CEST 2007


No, no, what I mean is using the autotools configure and Makefile to build
the package manager. I don't know how rpm or slackware works, but for
Debian, when building the package I have to options in the debian/rules
file:
- use it as a Makefile and write every action: gbc, gba, cp files, etc.
- use it to call the Makefile of the application

So, the deb would be built from the "autotoolized" project. I don't mean
avoid the package manager, but use autotools to build the package. Which, on
the other hand, is the usual way to do it. When I package gambas for Debian,
I use the configure & Makefiles you include in gambas source.

Hope, it's clearer now.

Regards.




2007/7/17, Benoit Minisini <gambas at ...1...>:
>
> On mardi 17 juillet 2007, José Luis Redrejo wrote:
> > wow, I want more ;-)
> > Seriously, some time ago I thought this would be useful to "normalize"
> the
> > way packages are built from the gambas ide. Using autotools, all the
> > packages only have to execute ./configure --prefix=/usr, make & make
> > install to build the applications, instead of worrying of doing all the
> > stuff from the packager.
> >
>
> Using autotools for installing gambas project is a good idea, but it
> breaks
> package managers - They don't see such installations.
>
> So there will be always the need of making gambas project binary packages.
>
> Regards,
>
> --
> Benoit Minisini
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>



More information about the User mailing list