1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name dmg2img |
---|
6 | version 1.6.1 |
---|
7 | categories sysutils |
---|
8 | maintainers puredarwin.org:probono openmaintainer |
---|
9 | description Converts Apple DMG files to standard HFS+ images. |
---|
10 | long_description DMG2IMG is an Apple's compressed dmg to standard (hfsplus) image disk file convert tool. It is derived from dmg2iso v0.2c by vu1tur. |
---|
11 | homepage http://vu1tur.eu.org/tools/ |
---|
12 | platforms darwin |
---|
13 | master_sites ${homepage}/download.pl? \ |
---|
14 | http://fbsd.zlonet.ru/distfiles/ \ |
---|
15 | http://tourservice.kz/zloidemon/distfiles/ \ |
---|
16 | http://z-up.ru/zloidemon/distfiles/ |
---|
17 | |
---|
18 | checksums md5 5111312ea48f63ad7907144717d8b099 \ |
---|
19 | sha1 92d27819a79757b2d847b7c7b872431e02c37704 \ |
---|
20 | rmd160 fe9afa6b92ac743166e704a6c49183247f3b3c58 |
---|
21 | |
---|
22 | depends_lib port:openssl \ |
---|
23 | port:zlib \ |
---|
24 | port:bzip2 |
---|
25 | |
---|
26 | configure {} |
---|
27 | |
---|
28 | destroot { |
---|
29 | xinstall -m 755 ${workpath}/${worksrcdir}/dmg2img ${destroot}${prefix}/bin |
---|
30 | xinstall -m 755 ${workpath}/${worksrcdir}/vfdecrypt ${destroot}${prefix}/bin |
---|
31 | } |
---|