You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
ed437698e5
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@30249 d073be05-634f-4543-b044-5fe20cf6d1d6
31 lines
850 B
Plaintext
31 lines
850 B
Plaintext
# $Id$
|
|
|
|
PortSystem 1.0
|
|
PortGroup python24 1.0
|
|
|
|
name py-bitdecoder
|
|
version 0.5.1
|
|
revision 1
|
|
categories python devel
|
|
platforms darwin
|
|
maintainers nomaintainer
|
|
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}
|
|
}
|