Patrick Williams | ac13d5f | 2023-11-24 18:59:46 -0600 | [diff] [blame] | 1 | SUMMARY = "Exiftool" |
| 2 | DESCRIPTION = "ExifTool is a platform-independent Perl library plus a command-line application for reading, writing and editing meta information in a wide variety of files." |
| 3 | HOMEPAGE = "https://exiftool.org/" |
| 4 | SECTION = "libs" |
| 5 | LICENSE = "GPL-3.0-only" |
| 6 | LIC_FILES_CHKSUM = "file://perl-Image-ExifTool.spec;beginline=5;endline=5;md5=ffefffc98dab025cb49489bd4d88ee10" |
| 7 | |
| 8 | inherit cpan |
| 9 | |
Patrick Williams | 169d7bc | 2024-01-05 11:33:25 -0600 | [diff] [blame] | 10 | SRCREV = "7cefbaaa9057231b6e9b5765934f06e75994420d" |
Patrick Williams | ac13d5f | 2023-11-24 18:59:46 -0600 | [diff] [blame] | 11 | SRC_URI = "git://github.com/exiftool/exiftool;protocol=https;branch=master" |
| 12 | |
| 13 | S = "${WORKDIR}/git" |
| 14 | |
| 15 | RDEPENDS:${PN} = " \ |
| 16 | perl \ |
| 17 | perl-module-list-util \ |
| 18 | perl-module-overload \ |
| 19 | perl-module-file-glob \ |
| 20 | perl-module-scalar-util \ |
| 21 | perl-module-compress-zlib \ |
| 22 | " |