[GRASS-dev] Re: [DebianGIS] build-indep for grass and other issues.
Francesco P. Lovergine
frankie at debian.org
Sun Nov 12 03:42:55 EST 2006
On Sun, Nov 12, 2006 at 09:15:01PM +1300, Hamish wrote:
>
> how about one of these:
>
> $GISBASE/share/$MODULE_NAME/binary.app
>
> $GISBASE/support/$MODULE_NAME/binary.app
>
> $GISBASE/bin/support/$MODULE_NAME/binary.app
>
> $GISBASE/etc/support/$MODULE_NAME/binary.app
>
> $GISBASE/etc/bin/$MODULE_NAME/binary.app
>
> ?
>
> e.g. r.watershed's ram, seg; i.ask, i.find, echo, lock, ...
> i.oif/, r.in.wms/ are interesting as they contain platform independent
> bash scripts.
>
>
Uhm rather confused, isn't it? I think all modules requires only
configuration data -> $GISBASE/etc/$MODULE_NAME
shared libs -> $GISBASE/lib/$MODULE_NAME
scripts -> $GISBASE/share/bin/scripts/$MODULE_NAME
arch-dep programs -> $GISBASE/bin/$MODULE_NAME/
arch-indep data -> $GISBASE/share/data/$MODULE_NAME
arch-dep data -> $GISBASE/var/data/$MODULE_NAME (maybe, not sure)
and so on. They could eventually and easily be remapped for FHS.
--
Francesco P. Lovergine
More information about the grass-dev
mailing list