added my Recipes
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
SUMMARY = "ExtUtils::Config - A wrapper for perl's configuration"
|
||||
DESCRIPTION = "ExtUtils::Config is an abstraction around the %Config hash."
|
||||
SECTION = "libs"
|
||||
|
||||
HOMEPAGE = "http://search.cpan.org/~leont/ExtUtils-Config/"
|
||||
|
||||
LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=1932ab4d8b84c25fd7967aa18088e57e"
|
||||
|
||||
SRC_URI = "${CPAN_MIRROR}/authors/id/L/LE/LEONT/ExtUtils-Config-${PV}.tar.gz"
|
||||
SRC_URI[md5sum] = "565a7b09c7cac5907a25bbe2c959a717"
|
||||
SRC_URI[sha256sum] = "ae5104f634650dce8a79b7ed13fb59d67a39c213a6776cfdaa3ee749e62f1a8c"
|
||||
|
||||
S = "${WORKDIR}/ExtUtils-Config-${PV}"
|
||||
|
||||
inherit cpan ptest-perl
|
||||
|
||||
RDEPENDS:${PN} = " perl-module-extutils-makemaker \
|
||||
perl-module-data-dumper \
|
||||
perl-module-ipc-open3 \
|
||||
perl-module-test-more \
|
||||
perl-module-file-temp \
|
||||
"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
@@ -0,0 +1,36 @@
|
||||
SUMMARY = "ExtUtils::CppGuess - guess C++ compiler and flags"
|
||||
DESCRIPTION = "ExtUtils::CppGuess attempts to guess the system's C++ \
|
||||
compiler that is compatible with the C compiler that your perl was built \
|
||||
with. \
|
||||
It can generate the necessary options to the Module::Build constructor or \
|
||||
to ExtUtils::MakeMaker's WriteMakefile function."
|
||||
SECTION = "libs"
|
||||
|
||||
HOMEPAGE = "http://search.cpan.org/~smueller/ExtUtils-CppGuess/"
|
||||
|
||||
LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://README;beginline=81;endline=84;md5=84c0390b90ea8c6702ce659b67bed699"
|
||||
|
||||
SRC_URI = "${CPAN_MIRROR}/authors/id/E/ET/ETJ/ExtUtils-CppGuess-${PV}.tar.gz"
|
||||
SRC_URI[sha256sum] = "c8b362b860172a4076acee00438f52b86464f2c500702cfcf7527811ff9a683e"
|
||||
|
||||
S = "${WORKDIR}/ExtUtils-CppGuess-${PV}"
|
||||
|
||||
inherit cpan
|
||||
|
||||
do_install () {
|
||||
cpan_do_install
|
||||
}
|
||||
|
||||
RDEPENDS:${PN} = " libcapture-tiny-perl \
|
||||
perl-module-scalar-util \
|
||||
perl-module-io-file \
|
||||
perl-module-extutils-makemaker \
|
||||
perl-module-file-spec \
|
||||
perl-module-exporter \
|
||||
perl-module-carp \
|
||||
perl-module-file-temp \
|
||||
perl-module-lib \
|
||||
"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
@@ -0,0 +1,29 @@
|
||||
SUMMARY = "ExtUtils::Helpers - Various portability utilities for module builders"
|
||||
DESCRIPTION = "This module provides various portable helper function for module building modules."
|
||||
SECTION = "libs"
|
||||
|
||||
HOMEPAGE = "http://search.cpan.org/~leont/ExtUtils-Helpers/"
|
||||
|
||||
LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=223c04045664f72c3a6556462612bddd"
|
||||
|
||||
SRC_URI = "${CPAN_MIRROR}/authors/id/L/LE/LEONT/ExtUtils-Helpers-${PV}.tar.gz"
|
||||
SRC_URI[md5sum] = "83b00c1e401321c425ae5db6b2b2fd12"
|
||||
SRC_URI[sha256sum] = "de901b6790a4557cf4ec908149e035783b125bf115eb9640feb1bc1c24c33416"
|
||||
|
||||
S = "${WORKDIR}/ExtUtils-Helpers-${PV}"
|
||||
|
||||
inherit cpan
|
||||
|
||||
RDEPENDS:${PN} = " perl-module-file-copy \
|
||||
perl-module-extutils-makemaker \
|
||||
perl-module-exporter \
|
||||
perl-module-carp \
|
||||
perl-module-test-more \
|
||||
perl-module-text-parsewords \
|
||||
perl-module-load \
|
||||
perl-module-file-temp \
|
||||
perl-module-file-spec-functions \
|
||||
"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
@@ -0,0 +1,34 @@
|
||||
SUMMARY = "ExtUtils::InstallPaths - Build.PL install path logic made easy"
|
||||
DESCRIPTION = "This module tries to make install path resolution as easy \
|
||||
as possible."
|
||||
SECTION = "libs"
|
||||
|
||||
HOMEPAGE = "http://search.cpan.org/~leont/ExtUtils-InstallPaths/"
|
||||
|
||||
LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=b6fa54d873ce6bcf4809ea88bdf97769"
|
||||
|
||||
SRC_URI = "${CPAN_MIRROR}/authors/id/L/LE/LEONT/ExtUtils-InstallPaths-${PV}.tar.gz"
|
||||
SRC_URI[md5sum] = "9a8d66aab1ffec98ea260faf03ac612b"
|
||||
SRC_URI[sha256sum] = "84735e3037bab1fdffa3c2508567ad412a785c91599db3c12593a50a1dd434ed"
|
||||
|
||||
S = "${WORKDIR}/ExtUtils-InstallPaths-${PV}"
|
||||
|
||||
inherit cpan ptest-perl
|
||||
|
||||
RDEPENDS:${PN} = " \
|
||||
libextutils-config-perl \
|
||||
perl-module-bytes \
|
||||
perl-module-data-dumper \
|
||||
perl-module-extutils-makemaker \
|
||||
perl-module-file-temp \
|
||||
perl-module-test-more \
|
||||
"
|
||||
|
||||
RDEPENDS:${PN}-ptest = " \
|
||||
${PN} \
|
||||
perl-module-file-spec-functions \
|
||||
perl-module-test-more \
|
||||
"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
@@ -0,0 +1,47 @@
|
||||
SUMMARY = "ExtUtils::ParseXS - converts Perl XS code into C code"
|
||||
DESCRIPTION = "\"ExtUtils::ParseXS\" will compile XS code into C code by \
|
||||
embedding the constructs necessary to let C functions manipulate Perl \
|
||||
values and creates the glue necessary to let Perl access those functions. \
|
||||
The compiler uses typesmapes to determine how to map C function parameters \
|
||||
and variables to Perl values."
|
||||
|
||||
SECTION = "libs"
|
||||
|
||||
HOMEPAGE = "http://metapan.org/release/ExtUtils-ParseXS/"
|
||||
|
||||
LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://README;beginline=120;endline=129;md5=eb858f0e3b1b0bee0c05b86a474ae2b6"
|
||||
|
||||
SRCNAME = "ExtUtils-ParseXS"
|
||||
SRC_URI = "${CPAN_MIRROR}/authors/id/S/SM/SMUELLER/${SRCNAME}-${PV}.tar.gz"
|
||||
SRC_URI[md5sum] = "2ae41036d85e98e1369645724962dd16"
|
||||
SRC_URI[sha256sum] = "41def0511278a2a8ba9afa25ccab45b0453f75e7fd774e8644b5f9a57cc4ee1c"
|
||||
|
||||
S = "${WORKDIR}/${SRCNAME}-${PV}"
|
||||
|
||||
inherit cpan
|
||||
|
||||
RDEPENDS:${PN} += " perl-module-carp \
|
||||
perl-module-cwd \
|
||||
perl-module-dynaloader \
|
||||
perl-module-extutils-cbuilder \
|
||||
perl-module-extutils-makemaker \
|
||||
perl-module-file-basename \
|
||||
perl-module-file-spec \
|
||||
perl-module-lib \
|
||||
perl-module-symbol \
|
||||
perl-module-test-more \
|
||||
"
|
||||
|
||||
RPROVIDES:${PN} += " libextutils-parsexs-constants-perl \
|
||||
libextutils-parsexs-countlines-perl \
|
||||
libextutils-parsexs-eval-perl \
|
||||
libextutils-parsexs-utilities-perl \
|
||||
libextutils-typemaps-perl \
|
||||
libextutils-typemaps-cmd-perl \
|
||||
libextutils-typemaps-inputmap-perl \
|
||||
libextutils-typemaps-outputmap-perl \
|
||||
libextutils-typemaps-type-perl \
|
||||
"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
Reference in New Issue
Block a user