summaryrefslogtreecommitdiff
path: root/recipes/perl
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
parent995ee4b0a9c0134ed1982a29870abdd5aa073c96 (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')
-rw-r--r--recipes/perl/libcompress-raw-zlib-perl_2.015.bb13
-rw-r--r--recipes/perl/libcrypt-rijndael-perl_1.07.bb14
-rw-r--r--recipes/perl/libdigest-sha_5.47.bb13
-rw-r--r--recipes/perl/libio-compress-base-perl_2.015.bb13
-rw-r--r--recipes/perl/libio-compress-zlib-perl_2.015.bb13
-rw-r--r--recipes/perl/libnet-dbus-perl_0.33.5.bb10
-rw-r--r--recipes/perl/libnet-dbus-perl_0.33.6.bb6
7 files changed, 81 insertions, 1 deletions
diff --git a/recipes/perl/libcompress-raw-zlib-perl_2.015.bb b/recipes/perl/libcompress-raw-zlib-perl_2.015.bb
new file mode 100644
index 0000000000..6762037e18
--- /dev/null
+++ b/recipes/perl/libcompress-raw-zlib-perl_2.015.bb
@@ -0,0 +1,13 @@
+SECTION = "libs"
+LICENSE = "Artistic|GPL"
+DEPENDS += "expat expat-native"
+
+SRC_URI = "http://www.cpan.org/modules/by-module/Compress/Compress-Raw-Zlib-${PV}.tar.gz"
+
+S = "${WORKDIR}/Compress-Raw-Zlib-${PV}"
+
+EXTRA_CPANFLAGS = "EXPATLIBPATH=${STAGING_LIBDIR} EXPATINCPATH=${STAGING_INCDIR}"
+
+inherit cpan
+
+FILES_${PN} = "${PERLLIBDIRS}/auto ${PERLLIBDIRS}/Compress ${datadir}/perl5"
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"
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"
diff --git a/recipes/perl/libio-compress-base-perl_2.015.bb b/recipes/perl/libio-compress-base-perl_2.015.bb
new file mode 100644
index 0000000000..806fb458b1
--- /dev/null
+++ b/recipes/perl/libio-compress-base-perl_2.015.bb
@@ -0,0 +1,13 @@
+SECTION = "libs"
+LICENSE = "Artistic|GPL"
+DEPENDS += "expat expat-native"
+
+SRC_URI = "http://www.cpan.org/modules/by-module/IO/IO-Compress-Base-${PV}.tar.gz"
+
+S = "${WORKDIR}/IO-Compress-Base-${PV}"
+
+EXTRA_CPANFLAGS = "EXPATLIBPATH=${STAGING_LIBDIR} EXPATINCPATH=${STAGING_INCDIR}"
+
+inherit cpan
+
+FILES_${PN} = "${datadir}/perl5"
diff --git a/recipes/perl/libio-compress-zlib-perl_2.015.bb b/recipes/perl/libio-compress-zlib-perl_2.015.bb
new file mode 100644
index 0000000000..024c884d7d
--- /dev/null
+++ b/recipes/perl/libio-compress-zlib-perl_2.015.bb
@@ -0,0 +1,13 @@
+SECTION = "libs"
+LICENSE = "Artistic|GPL"
+DEPENDS += "expat expat-native"
+
+SRC_URI = "http://www.cpan.org/modules/by-module/IO/IO-Compress-Zlib-${PV}.tar.gz"
+
+S = "${WORKDIR}/IO-Compress-Zlib-${PV}"
+
+EXTRA_CPANFLAGS = "EXPATLIBPATH=${STAGING_LIBDIR} EXPATINCPATH=${STAGING_INCDIR}"
+
+inherit cpan
+
+FILES_${PN} = "${datadir}/perl5"
diff --git a/recipes/perl/libnet-dbus-perl_0.33.5.bb b/recipes/perl/libnet-dbus-perl_0.33.5.bb
new file mode 100644
index 0000000000..656f75d746
--- /dev/null
+++ b/recipes/perl/libnet-dbus-perl_0.33.5.bb
@@ -0,0 +1,10 @@
+SECTION = "libs"
+LICENSE = "Artistic|GPL"
+RDEPENDS = "perl-module-vars perl-module-locale perl-module-io-handle \
+ perl-module-symbol perl-module-selectsaver perl-module-io \
+ perl-module-integer perl-module-exporter-heavy"
+
+SRC_URI = "http://search.cpan.org/CPAN/authors/id/D/DA/DANBERR/Net-DBus-${PV}.tar.gz"
+S = "${WORKDIR}/Net-DBus-${PV}"
+
+inherit cpan
diff --git a/recipes/perl/libnet-dbus-perl_0.33.6.bb b/recipes/perl/libnet-dbus-perl_0.33.6.bb
index a340c1e82b..2942d34450 100644
--- a/recipes/perl/libnet-dbus-perl_0.33.6.bb
+++ b/recipes/perl/libnet-dbus-perl_0.33.6.bb
@@ -2,7 +2,11 @@ DESCRIPTION = "Net::DBus - Perl D-Bus module"
SECTION = "libs"
LICENSE = "Artistic|GPL"
-PR = "r1"
+RDEPENDS = "perl-module-vars perl-module-locale perl-module-io-handle \
+ perl-module-symbol perl-module-selectsaver perl-module-io \
+ perl-module-integer perl-module-exporter-heavy"
+
+PR = "r2"
SRC_URI = "http://search.cpan.org/CPAN/authors/id/D/DA/DANBERR/Net-DBus-${PV}.tar.gz"