Commits
Ryan Schmidt authored 1b0789b16a5
12 12 | license MIT |
13 13 | supported_archs noarch |
14 14 | maintainers m4x.org:db_macports openmaintainer |
15 15 | worksrcdir MobileDevice |
16 16 | |
17 17 | description Tool providing access to iOS devices |
18 18 | long_description \ |
19 19 | A python package, and command line tool, which wraps Apple's \ |
20 20 | MobileDevice API - providing access to iOS devices. |
21 21 | |
22 - | checksums sha256 cc46bf108fe6eb884a124b67c63fcf60b48f89dece70f4931d5ade40066931a5 \ |
23 - | rdm160 605e46f19fe89da2336d43360f3664531c095b69 |
22 + | checksums rmd160 605e46f19fe89da2336d43360f3664531c095b69 \ |
23 + | sha256 cc46bf108fe6eb884a124b67c63fcf60b48f89dece70f4931d5ade40066931a5 \ |
24 + | size 34774 |
24 25 | |
25 26 | python.default_version 27 |
26 27 | |
27 28 | post-extract { |
28 29 | # MobileDevice needs to be built in a directory named "MobileDevice" |
29 30 | if {![file exists ${worksrcpath}]} { |
30 31 | move [glob ${workpath}/${name}-*] ${worksrcpath} |
31 32 | } |
32 33 | } |
33 34 | |