Changeset 82210
- Timestamp:
- 08/10/11 07:34:15 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/devel/libptp2/Portfile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/devel/libptp2/Portfile
r82191 r82210 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 1 2 # $Id$ 2 3 3 PortSystem 1.04 PortSystem 1.0 4 5 5 name libptp2 6 version 1.1.10 7 revision 1 8 categories devel 9 maintainers nomaintainer 10 description libptp2 is a library used to communicate with PTP devices like digital cameras. 11 long_description \ 12 libptp2 is a library used to communicate with PTP devices like still \ 13 imaging cameras or MP3 players (KODAK mc3). You can download files \ 14 or tweak camera properties using ptpcam program bundled with libptp2. 15 platforms darwin 16 homepage http://libptp.sourceforge.net/ 17 master_sites sourceforge:libptp 18 checksums md5 5a0e2965d1077c316d6ae6a8cef96238 \ 19 sha1 b671b029c869b330780f4ebb0cb91d0a850946a1 \ 20 rmd160 f29a1422e096e3376e141a72c2f916abc0446843 21 depends_lib port:libusb-compat 6 name libptp2 7 version 1.1.10 8 revision 1 9 categories devel 10 platforms darwin 11 maintainers nomaintainer 22 12 23 use_parallel_build no 13 description libptp2 is a library used to communicate with PTP devices like digital cameras. 24 14 25 destroot.target install-strip 15 long_description libptp2 is a library used to communicate with PTP devices like still \ 16 imaging cameras or MP3 players (KODAK mc3). You can download files \ 17 or tweak camera properties using ptpcam program bundled with libptp2. 18 19 homepage http://libptp.sourceforge.net/ 20 master_sites sourceforge:libptp 21 22 checksums md5 5a0e2965d1077c316d6ae6a8cef96238 \ 23 sha1 b671b029c869b330780f4ebb0cb91d0a850946a1 \ 24 rmd160 f29a1422e096e3376e141a72c2f916abc0446843 25 26 depends_lib port:libusb-compat 27 28 use_parallel_build no 29 30 destroot.target install-strip 31 26 32 post-destroot { 27 xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} 28 xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING ChangeLog INSTALL README TODO \ 29 ${destroot}${prefix}/share/doc/${name} 33 xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} 34 xinstall -m 644 -W ${worksrcpath} \ 35 AUTHORS COPYING ChangeLog INSTALL README TODO \ 36 ${destroot}${prefix}/share/doc/${name} 30 37 }
Note: See TracChangeset
for help on using the changeset viewer.

