1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup python 1.0 |
---|
6 | PortGroup github 1.0 |
---|
7 | |
---|
8 | github.setup mountainstorm MobileDevice 9ff885494197aeb790ba5b156212418b83218d47 |
---|
9 | |
---|
10 | name MobileDevice |
---|
11 | version 1.0.99 |
---|
12 | categories multimedia python |
---|
13 | platforms darwin |
---|
14 | license MIT |
---|
15 | supported_archs noarch |
---|
16 | maintainers m4x.org:db_macports openmaintainer |
---|
17 | distname MobileDevice |
---|
18 | |
---|
19 | description Tool providing access to iOS devices |
---|
20 | long_description \ |
---|
21 | A python package, and command line tool, which wraps Apple's \ |
---|
22 | MobileDevice API - providing access to iOS devices. |
---|
23 | |
---|
24 | checksums sha256 cc46bf108fe6eb884a124b67c63fcf60b48f89dece70f4931d5ade40066931a5 \ |
---|
25 | rdm160 605e46f19fe89da2336d43360f3664531c095b69 |
---|
26 | |
---|
27 | python.default_version 27 |
---|
28 | python.link_binaries_suffix |
---|
29 | |
---|
30 | post-destroot { |
---|
31 | xinstall -m 0755 -d ${destroot}${prefix}/share/doc/${name} |
---|
32 | xinstall -m 0644 ${worksrcpath}/LICENSE ${destroot}${prefix}/share/doc/${name}/ |
---|
33 | } |
---|