pkgsrc-WIP-discuss archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: WRKSRC dir for CLHEP



On Sun, Sep 17, 2006 at 08:07:51AM -0500, Hugo Rivera wrote:
> >     CONFIGURE_SCRIPT=       ${WRKSRC}/configure
> 
> well, I did the following (I hope it's a good way):
> 
> EXTRACT_DIR=  ${WRKDIR}/1.9.2.3/CLHEP
> 
> pre-configure:
>       ${MKDIR} ${WRKSRC};     \
>       cd ${EXTRACT_DIR};      \
>       autoconf;       \
>       aclocal;        \
>       automake -a --foreign -i
> do-configure:
>       cd ${WRKSRC};   \
>       ${EXTRACT_DIR}/${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS}

The pre-configure is ok. I'd set CONFIGURE_SCRIPT instead of
using a do-configure target, that way the environment will
be passed to configure correctly (think CFLAGS, LDFLAGS, LIBS, ...).
 Thomas

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
pkgsrc-wip-discuss mailing list
pkgsrc-wip-discuss%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-discuss



Home | Main Index | Thread Index | Old Index