diff options
-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 |