diff options
author | Steve Sakoman <steve@sakoman.com> | 2009-10-13 15:03:36 -0700 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-10-14 14:09:26 +0200 |
commit | 184de4d219c0a56ff9b8e8d47ef3c9e04edc4d0e (patch) | |
tree | 0b2879425487c14c1ecbf511211e07f61f42fda1 | |
parent | 61697f19d1596ce70e6164720f7cf4222315b87e (diff) |
libnet-dbus-perl: add 0.33.6
-rw-r--r-- | recipes/perl/libnet-dbus-perl_0.33.6.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/perl/libnet-dbus-perl_0.33.6.bb b/recipes/perl/libnet-dbus-perl_0.33.6.bb new file mode 100644 index 0000000000..a340c1e82b --- /dev/null +++ b/recipes/perl/libnet-dbus-perl_0.33.6.bb @@ -0,0 +1,11 @@ +DESCRIPTION = "Net::DBus - Perl D-Bus module" +SECTION = "libs" +LICENSE = "Artistic|GPL" + +PR = "r1" + +SRC_URI = "http://search.cpan.org/CPAN/authors/id/D/DA/DANBERR/Net-DBus-${PV}.tar.gz" + +S = "${WORKDIR}/Net-DBus-${PV}" + +inherit cpan |