omap3-sgx-modules: strip unneeded stuff
[openembedded.git] / recipes / perl / libnet-ident-perl_1.20.bb
1 DESCRIPTION = "Net::Ident - lookup the username on the remote end of a TCP/IP connection"
2 SECTION = "libs"
3 LICENSE = "Artistic|GPL"
4 BBCLASSEXTEND = "native"
5
6 PR = "r0"
7
8 SRC_URI = "http://search.cpan.org/CPAN/authors/id/J/JP/JPC/Net-Ident-${PV}.tar.gz;name=net-ident-perl-${PV}"
9 SRC_URI[net-ident-perl-1.20.md5sum] = "70f265f46548675be01977d3c9eed570"
10 SRC_URI[net-ident-perl-1.20.sha256sum] = "c8370f21562c91d808ed37e105f95c5ba76b91d14186861d24832ccea094000c"
11
12 S = "${WORKDIR}/Net-Ident-${PV}"
13
14 inherit cpan
15
16 PACKAGE_ARCH = "all"