summaryrefslogtreecommitdiff
path: root/recipes/perl
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-01-01 12:29:16 +0100
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-01-01 12:29:16 +0100
commita56ea158d96e124f8aae99bacd3559133968d17b (patch)
tree3eba3e5fce377216e205c279fbe16d0402fbe3c5 /recipes/perl
parent5cc693a438ef826c10f46337c100dfda785be66f (diff)
libio-stringy-perl: created recipe
Diffstat (limited to 'recipes/perl')
-rw-r--r--recipes/perl/libio-stringy-perl-native_2.110.bb6
-rw-r--r--recipes/perl/libio-stringy-perl_2.110.bb11
2 files changed, 17 insertions, 0 deletions
diff --git a/recipes/perl/libio-stringy-perl-native_2.110.bb b/recipes/perl/libio-stringy-perl-native_2.110.bb
new file mode 100644
index 0000000000..5c79985e28
--- /dev/null
+++ b/recipes/perl/libio-stringy-perl-native_2.110.bb
@@ -0,0 +1,6 @@
+SECTION = "libs"
+
+require libio-stringy-perl_${PV}.bb
+
+inherit native
+
diff --git a/recipes/perl/libio-stringy-perl_2.110.bb b/recipes/perl/libio-stringy-perl_2.110.bb
new file mode 100644
index 0000000000..032c6143b0
--- /dev/null
+++ b/recipes/perl/libio-stringy-perl_2.110.bb
@@ -0,0 +1,11 @@
+SECTION = "libs"
+LICENSE = "unknown"
+
+PR = "r0"
+
+SRC_URI = "http://search.cpan.org/CPAN/authors/id/D/DS/DSKOLL/IO-stringy-${PV}.tar.gz"
+
+S = "${WORKDIR}/IO-stringy-${PV}"
+
+inherit cpan
+