package/perl-image-exiftool: new package
Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
369ff9a88f
commit
7e4b0d8be5
@ -839,6 +839,7 @@ menu "Perl libraries/modules"
|
||||
source "package/perl-http-multipartparser/Config.in"
|
||||
source "package/perl-http-negotiate/Config.in"
|
||||
source "package/perl-i18n/Config.in"
|
||||
source "package/perl-image-exiftool/Config.in"
|
||||
source "package/perl-io-html/Config.in"
|
||||
source "package/perl-io-interface/Config.in"
|
||||
source "package/perl-io-socket-multicast/Config.in"
|
||||
|
8
package/perl-image-exiftool/Config.in
Normal file
8
package/perl-image-exiftool/Config.in
Normal file
@ -0,0 +1,8 @@
|
||||
config BR2_PACKAGE_PERL_IMAGE_EXIFTOOL
|
||||
bool "perl-image-exiftool"
|
||||
help
|
||||
ExifTool is a customizable set of Perl modules plus a
|
||||
full-featured command-line application for reading and writing
|
||||
meta information in a wide variety of image files.
|
||||
|
||||
https://metacpan.org/release/Image-ExifTool
|
6
package/perl-image-exiftool/perl-image-exiftool.hash
Normal file
6
package/perl-image-exiftool/perl-image-exiftool.hash
Normal file
@ -0,0 +1,6 @@
|
||||
# retrieved by scancpan from http://cpan.metacpan.org/
|
||||
md5 75dd9d375c1c4798a082dda79eaf6ba7 Image-ExifTool-12.50.tar.gz
|
||||
sha256 bce841fc5c10302f0f3ef7678c3bf146953a8c065c0ba18c41f734007e2ec0a8 Image-ExifTool-12.50.tar.gz
|
||||
|
||||
# computed by scancpan
|
||||
sha256 63502bb7fd68b3b8265304d88932f70f1be82751cbc37936d1d62956582310fe README
|
14
package/perl-image-exiftool/perl-image-exiftool.mk
Normal file
14
package/perl-image-exiftool/perl-image-exiftool.mk
Normal file
@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# perl-image-exiftool
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PERL_IMAGE_EXIFTOOL_VERSION = 12.50
|
||||
PERL_IMAGE_EXIFTOOL_SOURCE = Image-ExifTool-$(PERL_IMAGE_EXIFTOOL_VERSION).tar.gz
|
||||
PERL_IMAGE_EXIFTOOL_SITE = $(BR2_CPAN_MIRROR)/authors/id/E/EX/EXIFTOOL
|
||||
PERL_IMAGE_EXIFTOOL_LICENSE = Artistic or GPL-1.0+
|
||||
PERL_IMAGE_EXIFTOOL_LICENSE_FILES = README
|
||||
PERL_IMAGE_EXIFTOOL_DISTNAME = Image-ExifTool
|
||||
|
||||
$(eval $(perl-package))
|
Loading…
Reference in New Issue
Block a user