kumquat-buildroot/package/perl-file-util/perl-file-util.mk
Carlos Santos 5b7cb94c96 perl-file-util: restore host variant and fix dependencies
The host variant was added by us (DATACOM) because it is useful to
build some third-party packages that we use in our firmware. We humbly
request you to keep it alive.

Declare that it requires host-perl-module-build.

Signed-off-by: Carlos Santos <casantos@datacom.ind.br>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2015-11-19 13:29:18 +01:00

17 lines
604 B
Makefile

################################################################################
#
# perl-file-util
#
################################################################################
PERL_FILE_UTIL_VERSION = 4.132140
PERL_FILE_UTIL_SOURCE = File-Util-$(PERL_FILE_UTIL_VERSION).tar.gz
PERL_FILE_UTIL_SITE = $(BR2_CPAN_MIRROR)/authors/id/T/TO/TOMMY
PERL_FILE_UTIL_DEPENDENCIES = host-perl-module-build
PERL_FILE_UTIL_LICENSE = Artistic or GPLv1+
PERL_FILE_UTIL_LICENSE_FILES = COPYING LICENSE
HOST_PERL_FILE_UTIL_DEPENDENCIES = host-perl-module-build
$(eval $(perl-package))
$(eval $(host-perl-package))