aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perl/libdigest-sha_5.47.bb
diff options
context:
space:
mode:
authorGregoire Gentil <gregoire@gentil.com>2009-10-26 09:49:08 +0100
committerKoen Kooi <koen@openembedded.org>2009-10-26 18:23:08 +0100
commit353fdfb2a20fd14940fd8c1f5a2265d879310e35 (patch)
tree7f1f0fde5dab866b81e60971974235e2102ce7a0 /recipes/perl/libdigest-sha_5.47.bb
parent995ee4b0a9c0134ed1982a29870abdd5aa073c96 (diff)
downloadopenembedded-353fdfb2a20fd14940fd8c1f5a2265d879310e35.tar.gz
perl: sync extra perl recipes with AI repo
libcompress-raw-zlib-perl: add 2.015 libcrypt-rijndael-perl: add 1.07 libdigest-sha: add 5.47 libio-compress-base-perl: add 2.015 libio-compress-zlib-perl: add 2.015 libnet-dbus-perl: add 0.33.5, fix packaging for 0.33.6
Diffstat (limited to 'recipes/perl/libdigest-sha_5.47.bb')
-rw-r--r--recipes/perl/libdigest-sha_5.47.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/perl/libdigest-sha_5.47.bb b/recipes/perl/libdigest-sha_5.47.bb
new file mode 100644
index 0000000000..f0176a03c1
--- /dev/null
+++ b/recipes/perl/libdigest-sha_5.47.bb
@@ -0,0 +1,13 @@
+SECTION = "libs"
+LICENSE = "Artistic|GPL"
+DEPENDS += "expat expat-native"
+
+SRC_URI = "http://www.cpan.org/modules/by-module/Digest/Digest-SHA-${PV}.tar.gz"
+
+S = "${WORKDIR}/Digest-SHA-${PV}"
+
+EXTRA_CPANFLAGS = "EXPATLIBPATH=${STAGING_LIBDIR} EXPATINCPATH=${STAGING_INCDIR}"
+
+inherit cpan
+
+FILES_${PN} = "${PERLLIBDIRS}/auto ${PERLLIBDIRS}/Digest ${datadir}/perl5"