diff options
author | Jan Lübbe <jluebbe@debian.org> | 2009-09-08 17:29:25 +0000 |
---|---|---|
committer | Jan Lübbe <jluebbe@debian.org> | 2009-09-08 17:30:14 +0000 |
commit | 77e0f4c204a8b7d2471d77f8d69b2c85a216fa74 (patch) | |
tree | 44637e349e7f58f79508ba7baa68896f61cac0c3 /recipes | |
parent | f965b272a86350f55156a14da5ec5ef052d7d045 (diff) |
libio-pty-perl libio-stty-perl: add recipes
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/perl/libio-pty-perl_1.07.bb | 10 | ||||
-rw-r--r-- | recipes/perl/libio-stty-perl_0.02.bb | 10 |
2 files changed, 20 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 diff --git a/recipes/perl/libio-stty-perl_0.02.bb b/recipes/perl/libio-stty-perl_0.02.bb new file mode 100644 index 0000000000..9412593611 --- /dev/null +++ b/recipes/perl/libio-stty-perl_0.02.bb @@ -0,0 +1,10 @@ +DESCRIPTION = "Interface to secure pseudo ttys" +SECTION = "libs" +LICENSE = "Artistic|GPL" +PR = "r0" + +SRC_URI = "http://www.cpan.org/modules/by-module/IO/IO-Stty-.02.tar.gz" + +S = "${WORKDIR}/IO-Stty-.02" + +inherit cpan |