--- Dirk Meyer <[EMAIL PROTECTED]> wrote:

> John White wrote:
> > To package freevo, I need to use the DESTDIR
> feature
> > whose could be found in all good gnu Makefile.in ;
> I
> > would like to know howto do that with python and
> > especially with freevo.
> >  
> > example:
> >  
> > make DESTDIR=/mydir install
> > -> /mydir/etc/freevo/local_conf.py
> > -> /mydir/usr/bin/freevo
> > ...
> 
> use 'python setup.py install --help' to get all
> arguments for the
> install function. You want --prefix I guess.
> 
> 
> Dischi
> 
> -- 
> Never let a computer know you're in a hurry.
> 
I tried it be sure, but no, I don't want to use
--prefix for that. What I want to do :
With softwares I compile, I do :

./configure --prefix=/usr --infodir=/usr/share/info
--mandir=/usr/share/man --sysconfdir=/etc/usr (because
lfs)
make
make DESTDIR=/mydir install
-> /mydir/etc/usr/freevo/local_conf.py
-> /mydir/usr/bin/freevo
...

DESTDIR is a feature you can find this feature in all
goods gnu Makefile(.in) (gramps for example).

Thanks


                
__________________________________ 
Do you Yahoo!? 
Read only the mail you want - Yahoo! Mail SpamGuard. 
http://promotions.yahoo.com/new_mail 


-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
Freevo-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to