Files
macports-ports/python/py-bitdecoder/Portfile
T
Markus W. Weißmann 802b48f829 upgrade to python 2.4
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@10118 d073be05-634f-4543-b044-5fe20cf6d1d6
2004-12-31 16:50:38 +00:00

31 lines
901 B
Plaintext

# $Id: Portfile,v 1.2 2004/12/31 16:48:41 mww Exp $
PortSystem 1.0
PortGroup python24 1.0
name py-bitdecoder
version 0.5.1
revision 1
categories python devel
platforms darwin
maintainers mww@opendarwin.org
description python module and program to decode bits to human readable text
long_description BitDecoder is a simple program to decode bits to some \
human readable text. It is also available as a python \
module.
homepage http://baruch.ev-en.org/proj/bitdecoder.html
master_sites http://baruch.ev-en.org/proj/
distname BitDecoder-${version}
checksums md5 0d7b66cd59ef115388998da3ca8d672b
post-build {
reinplace "s|/usr/bin/python|${python.bin}|g" ${worksrcpath}/bitdecoder
}
post-destroot {
xinstall -m 755 ${worksrcpath}/bitdecoder ${destroot}${prefix}/bin
xinstall -m 644 -W ${worksrcpath} COPYING ChangeLog README TODO \
${destroot}${prefix}/share/doc/${name}
}