libextutils-makemaker-perl: added recipe, also -native
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Wed, 11 Nov 2009 06:56:56 +0000 (07:56 +0100)
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Wed, 11 Nov 2009 06:56:56 +0000 (07:56 +0100)
conf/checksums.ini
recipes/perl/libextutils-makemaker-perl-native_6.54.bb [new file with mode: 0644]
recipes/perl/libextutils-makemaker-perl_6.54.bb [new file with mode: 0644]

index 76daf64..d646dbe 100644 (file)
@@ -334,6 +334,10 @@ sha256=fb707b2026de62c1de6ce7fb67e9f82d586211ac09c70e81b83631e77cb47fd1
 md5=02c22a93ec9efb8e457764114ce24eb4
 sha256=e098bfb3a50b0629434011a9b56314c9045c09fac7e5d06bf57d43ffd53c1918
 
+[http://search.cpan.org/CPAN/authors/id/M/MS/MSCHWERN/ExtUtils-MakeMaker-6.54.tar.gz]
+md5=003c04b33e8c8eed693f5001fe52b647
+sha256=1d3dd3aafe027d6b3743a7a4bde2609111f8d4157b3643dc1fcd1393c9900c01
+
 [http://search.cpan.org/CPAN/authors/id/K/KW/KWILLIAMS/ExtUtils-ParseXS-2.16.tar.gz]
 md5=c64fddf17ee2b27d8a90ceb455c3e570
 sha256=1f8504c7f08d2d59c71a70915fc834a285b99587444ee33e23ee3f135c071da0
diff --git a/recipes/perl/libextutils-makemaker-perl-native_6.54.bb b/recipes/perl/libextutils-makemaker-perl-native_6.54.bb
new file mode 100644 (file)
index 0000000..93fc4cf
--- /dev/null
@@ -0,0 +1,5 @@
+SECTION = "libs"
+
+inherit native
+
+require libextutils-makemaker-perl_${PV}.bb
diff --git a/recipes/perl/libextutils-makemaker-perl_6.54.bb b/recipes/perl/libextutils-makemaker-perl_6.54.bb
new file mode 100644 (file)
index 0000000..c480aa2
--- /dev/null
@@ -0,0 +1,10 @@
+DESCRIPTION = "ExtUtils::PkgConfig - makefile generation"
+SECTION = "libs"
+LICENSE = "Artistic|GPL"
+PR = "r0"
+
+SRC_URI = "http://search.cpan.org/CPAN/authors/id/M/MS/MSCHWERN/ExtUtils-MakeMaker-${PV}.tar.gz"
+
+S = "${WORKDIR}/ExtUtils-MakeMaker-${PV}"
+
+inherit cpan