Re: DESTDIR Capability

On Thursday 26 April 2007 03:18, alkos333 wrote:
> When I was writing a SlackBuild script for Amaya,

That's fine.

> I noticed the make files 
> don't have a DESTDIR capability, so I could just do  make install
> DESTDIR=$PKG.  Is there a work in progress to include this capability in
> the future?

Last changes are in the snapshot (9.55):
see http://www.w3.org/Amaya/User/SourceDist.html

The configure can fix the future position of the program and  data 
By example "../configure --prefix=/usr --datadir=/usr/lib"
The install script (source Amaya/batch/script_install.in) defines an 
AMAYA_INSTALLDIR and is called by:
make install prefix=... datadir=...
We have also extra scripts to install Amaya as a gnome application (source 
Amaya/batch/script_install_gnomekde.in).

Do you think we need a different DESTDIR variable in script_install?

> Thanks,
> Alex

Regards
     Irène.
-----
Irène Vatton                     INRIA Rhône-Alpes
INRIA                               ZIRST
e-mail: Irene.Vatton@inria.fr       655 avenue de l'Europe
Tel.: +33 4 76 61 53 61             Montbonnot
Fax:  +33 4 76 61 52 07             38334 Saint Ismier Cedex - France

Received on Thursday, 26 April 2007 07:55:07 UTC