diff options
| author | Francois Perrad <fperrad@gmail.com> | 2014-07-18 15:43:38 +0200 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-07-18 19:48:19 +0200 |
| commit | 5c58e0adb3f8892351e74da49f4527069ba4e0e4 (patch) | |
| tree | 831836bc5df16cfa104c8e6903280746f4fd9e8b /package/perl-gdtextutil/perl-gdtextutil.mk | |
| parent | 39d1f0645ea21a36eeeabd6406429ccbdc7d48b7 (diff) | |
| download | buildroot-5c58e0adb3f8892351e74da49f4527069ba4e0e4.tar.gz buildroot-5c58e0adb3f8892351e74da49f4527069ba4e0e4.zip | |
perl-gdtextutil: new package
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/perl-gdtextutil/perl-gdtextutil.mk')
| -rw-r--r-- | package/perl-gdtextutil/perl-gdtextutil.mk | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/package/perl-gdtextutil/perl-gdtextutil.mk b/package/perl-gdtextutil/perl-gdtextutil.mk new file mode 100644 index 0000000000..ad181180d2 --- /dev/null +++ b/package/perl-gdtextutil/perl-gdtextutil.mk @@ -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)) |

