Ticket #17248: Portfile.patch
File Portfile.patch, 2.0 KB (added by campesr@…, 16 years ago) |
---|
-
Portfile
old new 1 1 # $Id: Portfile 37690 2008-06-19 16:23:20Z simon@macports.org $ 2 2 3 PortSystem 4 PortGroup 3 PortSystem 1.0 4 PortGroup python25 1.0 5 5 6 name scons 7 version 0.98.4 8 revision 1 9 categories devel python 10 maintainers landonf openmaintainer 11 description Software construction tool 6 name scons 7 version 1.1.0.d20081104 8 categories devel python 9 maintainers landonf openmaintainer 10 description Software construction tool 12 11 long_description \ 13 12 SCons is an Open Source software construction tool--that is, a \ 14 13 next-generation build tool. Think of SCons as an improved, \ … … 16 15 functionality similar to autoconf/automake and compiler caches such as \ 17 16 ccache. 18 17 19 platforms 18 platforms darwin 20 19 21 homepage 22 master_sites 20 homepage http://www.scons.org/ 21 master_sites sourceforge 23 22 24 depends_lib-append 23 depends_lib-append port:py25-hashlib 25 24 26 checksums md5 4e49ae162bcea9574cde4ce4fc56afe1\27 sha1 b61764fe6fc7562f5034b71885323604cd6c74f5\28 rmd160 5e62877feaec7b543a3062c8c47eaa04c63a866b 25 checksums md5 2923dc305a7c4444903c5159ddb499b5 \ 26 sha1 3bbec44d637affa5871e467f8236ccc6ef22470a \ 27 rmd160 bca3aca2482531f92121035f30d1e1ff2f62f305 29 28 30 patchfiles patch-setup.py patch-scons patch-sconsign 31 post-patch { 32 reinplace "s|@@PREFIX@@|${prefix}|g" ${worksrcpath}/script/scons \ 33 ${worksrcpath}/script/sconsign 34 } 29 patchfiles patch-setup.py 35 30 36 31 post-destroot { 37 xinstall -m 755 -d ${destroot}${prefix}/share/man/man1 \ 38 ${destroot}${prefix}/share/doc/${name} 39 xinstall -m 644 -W ${worksrcpath} CHANGES.txt LICENSE.txt README.txt \ 40 RELEASE.txt ${destroot}${prefix}/share/doc/${name} 32 xinstall -m 644 -W ${worksrcpath} CHANGES.txt LICENSE.txt README.txt RELEASE.txt \ 33 ${destroot}${prefix}/share/doc/${name} 41 34 }