[oe-commits] Roman I Khimov : libcrypt-unixcrypt-perl: add Crypt::UnixCrypt Perl module

git version control git at git.openembedded.org
Sat Mar 20 15:48:01 UTC 2010


Module: openembedded.git
Branch: rik/perl-5.10
Commit: cee8bf0520eb9f9a78ac27d704055ab2deddf00c
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=cee8bf0520eb9f9a78ac27d704055ab2deddf00c

Author: Roman I Khimov <khimov at altell.ru>
Date:   Wed Mar 17 18:36:03 2010 +0300

libcrypt-unixcrypt-perl: add Crypt::UnixCrypt Perl module

Signed-off-by: Roman I Khimov <khimov at altell.ru>

---

 recipes/perl/libcrypt-unixcrypt-perl_1.0.bb |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/recipes/perl/libcrypt-unixcrypt-perl_1.0.bb b/recipes/perl/libcrypt-unixcrypt-perl_1.0.bb
new file mode 100644
index 0000000..5013ee8
--- /dev/null
+++ b/recipes/perl/libcrypt-unixcrypt-perl_1.0.bb
@@ -0,0 +1,12 @@
+DESCRIPTION = "Crypt::UnixCrypt - perl-only implementation of the crypt function."
+SECTION = "libs"
+LICENSE = "Artistic|GPL"
+BBCLASSEXTEND = "native"
+
+SRC_URI = "http://search.cpan.org/CPAN/authors/id/M/MV/MVORL/Crypt-UnixCrypt-${PV}.tar.gz;name=crypt-unixcrypt-perl-${PV}"
+SRC_URI[crypt-unixcrypt-perl-1.0.md5sum] = "ff007b7fdda2aa626acaca216750c422"
+SRC_URI[crypt-unixcrypt-perl-1.0.sha256sum] = "51d3716e740ed2ddd93cf942b994d0384b0452dd8138f8c5ce420ad39df8f906"
+
+S = "${WORKDIR}/Crypt-UnixCrypt-${PV}"
+
+inherit cpan





More information about the Openembedded-commits mailing list