diff options
Diffstat (limited to 'recipes/perl/libextutils-cbuilder-perl_0.18.bb')
-rw-r--r-- | recipes/perl/libextutils-cbuilder-perl_0.18.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/perl/libextutils-cbuilder-perl_0.18.bb b/recipes/perl/libextutils-cbuilder-perl_0.18.bb new file mode 100644 index 0000000000..aedb04f707 --- /dev/null +++ b/recipes/perl/libextutils-cbuilder-perl_0.18.bb @@ -0,0 +1,10 @@ +DESCRIPTION = "ExtUtils::CBuilder - Compile and link C code for Perl modules" +SECTION = "libs" +LICENSE = "Artistic|GPL" +PR = "r4" + +SRC_URI = "http://search.cpan.org/CPAN/authors/id/K/KW/KWILLIAMS/ExtUtils-CBuilder-${PV}.tar.gz" + +S = "${WORKDIR}/ExtUtils-CBuilder-${PV}" + +inherit cpan |