# $Id: Portfile 65390 2010-03-25 23:38:39Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           python26 1.0
name                dnuos
version             1.0.10
categories          sysutils
maintainers         nomaintainer
description         Console program that creates lists of music collections
long_description \
   Dnuos is a console program that creates lists of music collections, based \
   on directory structure.

platforms           darwin

homepage            http://bitheap.org/dnuos/
master_sites        ${homepage}files

checksums           md5     0cc4a52534ec395c5a45ebad8e128532 \
                    sha1    d8fb32414fa74f8a9db4246da9bc3120ca8d62ea \
                    rmd160  8a2aa17ce157faa1bc6643f425cf68da4ccf22bc

post-destroot {
   foreach binfile [glob -tails -directory ${destroot}${python.prefix}/bin *] {
      ln -s ${python.prefix}/bin/${binfile} ${destroot}${prefix}/bin/${binfile}
   }
}

livecheck.type      regex
livecheck.url       [lindex ${master_sites} 0]
livecheck.regex     ${name}-(\[0-9.\]+)\\.tar
