aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perl/libio-pty-perl_1.07.bb
diff options
context:
space:
mode:
authorJan Lübbe <jluebbe@debian.org>2009-09-08 17:29:25 +0000
committerJan Lübbe <jluebbe@debian.org>2009-09-08 17:30:14 +0000
commit77e0f4c204a8b7d2471d77f8d69b2c85a216fa74 (patch)
tree44637e349e7f58f79508ba7baa68896f61cac0c3 /recipes/perl/libio-pty-perl_1.07.bb
parentf965b272a86350f55156a14da5ec5ef052d7d045 (diff)
downloadopenembedded-77e0f4c204a8b7d2471d77f8d69b2c85a216fa74.tar.gz
libio-pty-perl libio-stty-perl: add recipes
Diffstat (limited to 'recipes/perl/libio-pty-perl_1.07.bb')
-rw-r--r--recipes/perl/libio-pty-perl_1.07.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/perl/libio-pty-perl_1.07.bb b/recipes/perl/libio-pty-perl_1.07.bb
new file mode 100644
index 0000000000..a054ab7111
--- /dev/null
+++ b/recipes/perl/libio-pty-perl_1.07.bb
@@ -0,0 +1,10 @@
+DESCRIPTION = "Perl module for pseudo tty IO"
+SECTION = "libs"
+LICENSE = "Artistic|GPL"
+PR = "r0"
+
+SRC_URI = "http://www.cpan.org/modules/by-module/IO/IO-Tty-${PV}.tar.gz"
+
+S = "${WORKDIR}/IO-Tty-${PV}"
+
+inherit cpan