clfs-1.2
        clfs-2.1
        clfs-3.0.0-systemd
        clfs-3.0.0-sysvinit
        systemd
        sysvinit
      
      
        
          | Last change
 on this file since 8080e7a was             617118d, checked in by Jim Gifford <clfs@…>, 20 years ago | 
        
          | 
r561@server (orig r559):  root | 2005-06-05 02:38:49 -0700Fixed Directory Structure
 
 | 
        
          | 
              
Property                 mode
 set to                 100755 | 
        
          | File size:
            779 bytes | 
      
      
| Line |  | 
|---|
| 1 | #!/bin/bash | 
|---|
| 2 |  | 
|---|
| 3 | ### swig ### | 
|---|
| 4 |  | 
|---|
| 5 | cd ${SRC} | 
|---|
| 6 | LOG=swig-blfs.log | 
|---|
| 7 |  | 
|---|
| 8 | set_libdirname | 
|---|
| 9 | setup_multiarch | 
|---|
| 10 |  | 
|---|
| 11 | unpack_tarball swig-${SWIG_VER} | 
|---|
| 12 | cd ${PKGDIR} | 
|---|
| 13 |  | 
|---|
| 14 | # TODO: ensure swig looks in lib64 for python libs... | 
|---|
| 15 | # NOTE: only diff between 32 and 64 builds is the swig binary itself | 
|---|
| 16 | #       we may need to install both -32 and -64, but I'm not too sure | 
|---|
| 17 |  | 
|---|
| 18 | max_log_init swig ${SWIG_VER} "blfs (shared)" ${CONFLOGS} ${LOG} | 
|---|
| 19 | CC="${CC-gcc} ${ARCH_CFLAGS}" \ | 
|---|
| 20 | CXX="${CXX-g++} ${ARCH_CFLAGS}" \ | 
|---|
| 21 | CFLAGS="${TGT_CFLAGS}" \ | 
|---|
| 22 | CXXFLAGS="${TGT_CFLAGS}" \ | 
|---|
| 23 | ./configure --prefix=usr \ | 
|---|
| 24 | >> ${LOGFILE} 2>&1 && | 
|---|
| 25 | echo " o Configure OK" && | 
|---|
| 26 |  | 
|---|
| 27 | min_log_init ${BUILDLOGS} && | 
|---|
| 28 | make ${PMFLAGS} \ | 
|---|
| 29 | >> ${LOGFILE} 2>&1 && | 
|---|
| 30 | echo " o Build OK" && | 
|---|
| 31 |  | 
|---|
| 32 | min_log_init ${INSTLOGS} && | 
|---|
| 33 | make install \ | 
|---|
| 34 | >> ${LOGFILE} 2>&1 && | 
|---|
| 35 | echo " o ALL OK" || barf | 
|---|
| 36 |  | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.