Ticket #42596: Portfile

File Portfile, 1.2 KB (added by schmurtz_macport@…, 10 years ago)
Line 
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
4PortSystem            1.0
5PortGroup             python 1.0
6PortGroup             github 1.0
7
8github.setup          mountainstorm MobileDevice 9ff885494197aeb790ba5b156212418b83218d47
9
10name                  MobileDevice
11version               1.0.99
12categories            multimedia python
13platforms             darwin
14license               MIT
15supported_archs       noarch
16maintainers           m4x.org:db_macports openmaintainer
17distname              MobileDevice
18
19description           Tool providing access to iOS devices
20long_description      \
21        A python package, and command line tool, which wraps Apple's \
22        MobileDevice API - providing access to iOS devices.
23
24checksums             sha256 cc46bf108fe6eb884a124b67c63fcf60b48f89dece70f4931d5ade40066931a5 \
25                      rdm160 605e46f19fe89da2336d43360f3664531c095b69
26
27python.default_version 27
28python.link_binaries_suffix
29
30post-destroot {
31  xinstall -m 0755 -d ${destroot}${prefix}/share/doc/${name}
32  xinstall -m 0644 ${worksrcpath}/LICENSE ${destroot}${prefix}/share/doc/${name}/
33}