mirror of
https://git.busybox.net/buildroot.git
synced 2025-01-07 12:53:25 +08:00
perl-gdtextutil: new package
Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
39d1f0645e
commit
5c58e0adb3
@ -431,6 +431,7 @@ endif
|
||||
if BR2_PACKAGE_PERL
|
||||
menu "Perl libraries/modules"
|
||||
source "package/perl-gd/Config.in"
|
||||
source "package/perl-gdtextutil/Config.in"
|
||||
source "package/perl-io-socket-ssl/Config.in"
|
||||
source "package/perl-mojolicious/Config.in"
|
||||
source "package/perl-net-ssleay/Config.in"
|
||||
|
6
package/perl-gdtextutil/Config.in
Normal file
6
package/perl-gdtextutil/Config.in
Normal file
@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_PERL_GDTEXTUTIL
|
||||
bool "perl-gdtextutil"
|
||||
help
|
||||
Text utilities for use with GD
|
||||
|
||||
https://metacpan.org/release/GDTextUtil
|
13
package/perl-gdtextutil/perl-gdtextutil.mk
Normal file
13
package/perl-gdtextutil/perl-gdtextutil.mk
Normal file
@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# perl-gdtextutil
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PERL_GDTEXTUTIL_VERSION = 0.86
|
||||
PERL_GDTEXTUTIL_SOURCE = GDTextUtil-$(PERL_GDTEXTUTIL_VERSION).tar.gz
|
||||
PERL_GDTEXTUTIL_SITE = $(BR2_CPAN_MIRROR)/authors/id/M/MV/MVERB/
|
||||
PERL_GDTEXTUTIL_DEPENDENCIES = perl
|
||||
PERL_GDTEXTUTIL_LICENSE_FILES = Dustismo.LICENSE
|
||||
|
||||
$(eval $(perl-package))
|
Loading…
Reference in New Issue
Block a user