fso-sounds: add fso-sounds-extras package with all remaining sounds and RSUGGEST it
[openembedded.git] / recipes / perl / libdbix-simple-perl_1.32.bb
blob6ab596a2ac90715b17ef6268960bf0fc4c184a1b
1 DESCRIPTION = "Easy-to-use OO interface to DBI"
2 SECTION = "libs"
3 LICENSE = "Artistic|GPLv1+"
4 DEPENDS += "libdbi-perl-native"
5 RDEPENDS_${PN} += "libdbi-perl \
6 perl-module-file-spec \
7 perl-module-scalar-util \
8 perl-module-test-simple \
9 perl-module-storable \
11 PR = "r1"
13 SRC_URI = "http://search.cpan.org/CPAN/authors/id/J/JU/JUERD/DBIx-Simple-${PV}.tar.gz"
14 SRC_URI[md5sum] = "c1d7bf0ab453e7e00715d9d4e71102d8"
15 SRC_URI[sha256sum] = "226917bffbe3ad0e88295046ed4d25785bc6175e696fb77f8302226bc947fe36"
17 S = "${WORKDIR}/DBIx-Simple-${PV}"
19 inherit cpan