New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #16334: python25-1.0.tcl.diff

File python25-1.0.tcl.diff, 1.1 KB (added by mcalhoun@…, 3 years ago)
  • python25-1.0.tcl

    old new  
    3333# 
    3434 
    3535set python.branch       2.5 
    36 set python.bin  ${prefix}/bin/python${python.branch} 
    37 set python.lib  ${prefix}/lib/libpython${python.branch}.dylib 
    38 set python.libdir ${prefix}/lib/python${python.branch} 
    39 set python.pkgd ${prefix}/lib/python${python.branch}/site-packages 
    40 set python.include      ${prefix}/include/python${python.branch} 
     36set python.prefix       ${frameworks_dir}/Python.framework/Versions/${python.branch} 
     37set python.bin  ${python.prefix}/bin/python${python.branch} 
     38set python.lib  ${python.prefix}/Python 
     39set python.libdir ${python.prefix}/lib/python${python.branch} 
     40set python.pkgd ${python.prefix}/lib/python${python.branch}/site-packages 
     41set python.include      ${python.prefix}/include/python${python.branch} 
    4142 
    4243categories              python 
    4344 
     
    5152build.target    build 
    5253 
    5354destroot.cmd    ${python.bin} setup.py --no-user-cfg 
    54 destroot.destdir        --prefix=${prefix} --root=${destroot} 
     55destroot.destdir        --prefix=${python.prefix} --root=${destroot} 
    5556 
    5657pre-destroot    { 
    5758        xinstall -d -m 755 ${destroot}${prefix}/share/doc/${name}/examples