mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
10
package/perl-dbi/Config.in
Normal file
10
package/perl-dbi/Config.in
Normal file
@@ -0,0 +1,10 @@
|
||||
config BR2_PACKAGE_PERL_DBI
|
||||
bool "perl-dbi"
|
||||
depends on !BR2_STATIC_LIBS
|
||||
help
|
||||
Database independent interface for Perl.
|
||||
|
||||
http://dbi.perl.org/
|
||||
|
||||
comment "perl-dbi needs a toolchain w/ dynamic library"
|
||||
depends on BR2_STATIC_LIBS
|
||||
6
package/perl-dbi/perl-dbi.hash
Normal file
6
package/perl-dbi/perl-dbi.hash
Normal file
@@ -0,0 +1,6 @@
|
||||
# retrieved by scancpan from http://cpan.metacpan.org/
|
||||
md5 f2ba18b5cea1c8cb322a62be0a847f3d DBI-1.642.tar.gz
|
||||
sha256 3f2025023a56286cebd15cb495e36ccd9b456c3cc229bf2ce1f69e9ebfc27f5d DBI-1.642.tar.gz
|
||||
|
||||
# computed by scancpan
|
||||
sha256 33453c8b0d8d474a42669ac702a13c20f39c91a34b3df4e6ca778fc2f0f711c7 LICENSE
|
||||
15
package/perl-dbi/perl-dbi.mk
Normal file
15
package/perl-dbi/perl-dbi.mk
Normal file
@@ -0,0 +1,15 @@
|
||||
################################################################################
|
||||
#
|
||||
# perl-dbi
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PERL_DBI_VERSION = 1.642
|
||||
PERL_DBI_SOURCE = DBI-$(PERL_DBI_VERSION).tar.gz
|
||||
PERL_DBI_SITE = $(BR2_CPAN_MIRROR)/authors/id/T/TI/TIMB
|
||||
PERL_DBI_LICENSE = Artistic or GPL-1.0+
|
||||
PERL_DBI_LICENSE_FILES = LICENSE
|
||||
PERL_DBI_DISTNAME = DBI
|
||||
|
||||
$(eval $(perl-package))
|
||||
$(eval $(host-perl-package))
|
||||
Reference in New Issue
Block a user