1 | # $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup python24 1.0 |
---|
5 | |
---|
6 | name py-exif |
---|
7 | version 1.0.2 |
---|
8 | revision 1 |
---|
9 | categories python |
---|
10 | platforms darwin freebsd |
---|
11 | maintainers nomaintainer@macports.org |
---|
12 | description Python interface to the EXIF meta-data |
---|
13 | long_description Exchangeable Image File Format for Digital Still \ |
---|
14 | Cameras is a meta-information tag that can be embedded \ |
---|
15 | in tiff or jpeg image files. py-exif is a Python \ |
---|
16 | interface to this data. |
---|
17 | |
---|
18 | homepage http://sourceforge.net/projects/exif-py/ |
---|
19 | master_sites sourceforge:exif-py |
---|
20 | distfiles EXIF.py |
---|
21 | dist_subdir ${version} |
---|
22 | checksums md5 550eb23304b7c2a36f2bc90825a7c688 |
---|
23 | |
---|
24 | extract { |
---|
25 | file mkdir ${worksrcpath} |
---|
26 | file copy ${distpath}/EXIF.py ${worksrcpath}/exif.py |
---|
27 | file copy ${filespath}/setup.py ${worksrcpath} |
---|
28 | reinplace "s|VERSION|${version}|g" ${worksrcpath}/setup.py |
---|
29 | } |
---|