1 | # $Id: $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name libptp2 |
---|
5 | version 1.1.0 |
---|
6 | categories devel |
---|
7 | maintainers nomaintainer@macports.org |
---|
8 | description libptp2 is a library used to communicate with PTP devices like digital cameras. |
---|
9 | long_description \ |
---|
10 | libptp2 is a library used to communicate with PTP devices like still \ |
---|
11 | imaging cameras or MP3 players (KODAK mc3). You can download files \ |
---|
12 | or tweak camera properties using ptpcam program boundled with libptp2. |
---|
13 | platforms darwin |
---|
14 | homepage http://libptp.sourceforge.net/ |
---|
15 | master_sites sourceforge:libptp |
---|
16 | checksums md5 24554b5028d8987775ac197249e06752 \ |
---|
17 | sha1 d020055017227613359a35e7c37b0f164db5349d \ |
---|
18 | rmd160 019647941e8443aebd701dd18fd8afc6128089de |
---|
19 | depends_lib port:libusb |
---|
20 | |
---|
21 | destroot.target install-strip |
---|
22 | post-destroot { |
---|
23 | xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} |
---|
24 | xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING ChangeLog INSTALL README TODO \ |
---|
25 | ${destroot}${prefix}/share/doc/${name} |
---|
26 | } |
---|