# $Id: Portfile,v 1.2 2004/02/08 13:24:56 mww Exp $ PortSystem 1.0 name py-yenc version 0.2 categories python platforms darwin maintainers mww@opendarwin.org description provides raw yEnc encoding/decoding with crc32 calculation long_description py-yenc provides (only) raw yEnc encoding/decoding \ with builitin crc32 calculation. homepage http://golug.cc.uniud.it/yenc.html master_sites http://golug.cc.uniud.it/pub/yenc/ distname yenc-${version} checksums md5 2f1162447da3a25feb321e6776bdbb0a depends_lib bin:python:python use_configure no build.cmd python setup.py build.target build destroot.cmd python setup.py destroot.destdir --prefix=${destroot}${prefix} post-destroot { xinstall -d -m 755 ${destroot}${prefix}/share/doc/${name}/examples xinstall -m 644 -W ${worksrcpath} CHANGES COPYING README TODO \ ${destroot}${prefix}/share/doc/${name} xinstall -m 644 -W ${worksrcpath}/examples logo.gif logo.yenc \ ydecode.py yencode.py \ ${destroot}${prefix}/share/doc/${name}/examples }