libcrypt-unixcrypt-perl: add Crypt::UnixCrypt Perl module
authorRoman I Khimov <khimov@altell.ru>
Wed, 17 Mar 2010 15:36:03 +0000 (18:36 +0300)
committerRoman I Khimov <khimov@altell.ru>
Tue, 23 Mar 2010 21:46:54 +0000 (00:46 +0300)
Signed-off-by: Roman I Khimov <khimov@altell.ru>
recipes/perl/libcrypt-unixcrypt-perl_1.0.bb [new file with mode: 0644]

diff --git a/recipes/perl/libcrypt-unixcrypt-perl_1.0.bb b/recipes/perl/libcrypt-unixcrypt-perl_1.0.bb
new file mode 100644 (file)
index 0000000..fb0b1a0
--- /dev/null
@@ -0,0 +1,14 @@
+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
+
+PACKAGE_ARCH = "all"