mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
31 lines
878 B
Plaintext
31 lines
878 B
Plaintext
PortSystem 1.0
|
|
|
|
name dynamite
|
|
set my_name libdynamite
|
|
version 0.1.1
|
|
categories archivers
|
|
platforms darwin
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description decompress data compressed with the PKWARE library
|
|
|
|
long_description \
|
|
Dynamite is a tool and library for decompressing data \
|
|
compressed with the PKWARE Data Compression Library.
|
|
|
|
homepage http://www.synce.org/moin/ComponentOverview
|
|
master_sites sourceforge:project/synce/Dynamite/${version}
|
|
distname ${my_name}-${version}
|
|
|
|
checksums md5 238bf243dba2166a2e0e141b18065235 \
|
|
sha1 ccb8ffe59d93ddf18cc5c823e7a23a83b2d50362 \
|
|
rmd160 6b0e2633e49a4e50647e60dff73d616c7d04efda
|
|
|
|
post-destroot {
|
|
set docdir ${prefix}/share/doc/${name}
|
|
xinstall -d ${destroot}${docdir}
|
|
xinstall -m 0644 -W ${worksrcpath} ChangeLog LICENSE ${destroot}${docdir}
|
|
}
|
|
|
|
livecheck.regex ${my_name}-(\[0-9.\]+)\\.tar
|