diff options
author | Gregoire Gentil <gregoire@gentil.com> | 2009-10-26 09:49:08 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-10-26 18:23:08 +0100 |
commit | 353fdfb2a20fd14940fd8c1f5a2265d879310e35 (patch) | |
tree | 7f1f0fde5dab866b81e60971974235e2102ce7a0 /recipes/perl/libcrypt-rijndael-perl_1.07.bb | |
parent | 995ee4b0a9c0134ed1982a29870abdd5aa073c96 (diff) |
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/libcrypt-rijndael-perl_1.07.bb')
-rw-r--r-- | recipes/perl/libcrypt-rijndael-perl_1.07.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/perl/libcrypt-rijndael-perl_1.07.bb b/recipes/perl/libcrypt-rijndael-perl_1.07.bb new file mode 100644 index 0000000000..f5cc801176 --- /dev/null +++ b/recipes/perl/libcrypt-rijndael-perl_1.07.bb @@ -0,0 +1,14 @@ +SECTION = "libs" +LICENSE = "GPLv2" +DEPENDS += "expat expat-native" + +SRC_URI = "http://www.cpan.org/modules/by-module/Crypt/Crypt-Rijndael-${PV}.tar.gz" + +S = "${WORKDIR}/Crypt-Rijndael-${PV}" + +EXTRA_CPANFLAGS = "EXPATLIBPATH=${STAGING_LIBDIR} EXPATINCPATH=${STAGING_INCDIR}" + +inherit cpan + +FILES_${PN} = "${PERLLIBDIRS}/auto/ \ + ${PERLLIBDIRS}/Crypt" |