Ticket #18451: Portfile.patch
File Portfile.patch, 1.7 KB (added by arsptr@…, 16 years ago) |
---|
-
Portfile
old new 1 # $Id: Portfile 23850 2007-04-11 04:19:26Z jann@macports.org $ 2 1 3 PortSystem 1.0 2 4 PortGroup python24 1.0 3 5 4 6 name py-appscript 5 version 0.1 9.07 version 0.17.0 6 8 categories python 7 9 platforms darwin 8 10 maintainers arsptr@internode.on.net … … 14 16 Mac. 15 17 16 18 homepage http://appscript.sourceforge.net/ 17 master_sites http://pypi.python.org/packages/source/a/appscript/19 master_sites sourceforge:appscript 18 20 distname appscript-${version} 19 21 20 depends_lib-append port:py-setuptools 21 22 #depends_lib-append port:py-htmltemplate 22 depends_lib-append port:py-htmltemplate 23 23 24 checksums md5 d234c1f1b92290da9eb866f78f9a7343\25 sha1 ef4352e6cab42bf9f64fd5680a49d1a5acd8ffe3\26 rmd160 7c68a3fdfb5fac496a97e05397890477b5267990 24 checksums md5 311f0da00294972f8ff22173d4bb16ea \ 25 sha1 4cbef0909c173e25c2b5ba003de2ce5e89cc1f21 \ 26 rmd160 8d520a11c66af1ebafba6abbe97f8dec720ef910 27 27 28 28 post-destroot { 29 file copy ${worksrcpath}/sample ${destroot}${prefix}/share/doc/${name}/sample 30 file copy ${worksrcpath}/doc ${destroot}${prefix}/share/doc/${name}/doc 29 file copy ${worksrcpath}/Examples ${destroot}${prefix}/share/doc/py-appscript/examples 30 file copy ${worksrcpath}/Documentation ${destroot}${prefix}/share/doc/py-appscript/html 31 xinstall -m 0755 ${worksrcpath}/Extras/osadict/osadict ${destroot}${prefix}/bin 32 xinstall -m 0755 ${worksrcpath}/Extras/osascangui/osascangui ${destroot}${prefix}/bin 31 33 } 32 34