java-native.bbclass: remove do_stage function, because of NATIVE_INSTALL_WORKS =...
[openembedded.git] / recipes / perl / libcrypt-unixcrypt-perl_1.0.bb
blobfb0b1a01da80496d81f8959c2f755bd36a653717
1 DESCRIPTION = "Crypt::UnixCrypt - perl-only implementation of the crypt function."
2 SECTION = "libs"
3 LICENSE = "Artistic|GPL"
4 BBCLASSEXTEND = "native"
6 SRC_URI = "http://search.cpan.org/CPAN/authors/id/M/MV/MVORL/Crypt-UnixCrypt-${PV}.tar.gz;name=crypt-unixcrypt-perl-${PV}"
7 SRC_URI[crypt-unixcrypt-perl-1.0.md5sum] = "ff007b7fdda2aa626acaca216750c422"
8 SRC_URI[crypt-unixcrypt-perl-1.0.sha256sum] = "51d3716e740ed2ddd93cf942b994d0384b0452dd8138f8c5ce420ad39df8f906"
10 S = "${WORKDIR}/Crypt-UnixCrypt-${PV}"
12 inherit cpan
14 PACKAGE_ARCH = "all"