22 lines
599 B
Plaintext
22 lines
599 B
Plaintext
# Template build file for 'perl-DBD-SQLite'.
|
|
pkgname=perl-DBD-SQLite
|
|
version=1.40
|
|
revision=2
|
|
wrksrc="DBD-SQLite-${version}"
|
|
build_style=perl-module
|
|
hostmakedepends="perl>=5.8"
|
|
makedepends="perl>=5.8 perl-DBI"
|
|
short_desc="DBD::SQLite - Self-contained RDBMS in a DBI driver"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://search.cpan.org/dist/DBD-SQLite"
|
|
license="GPL-2"
|
|
distfiles="${CPAN_SITE}/DBD/DBD-SQLite-$version.tar.gz"
|
|
checksum=21fb65e740b6265512c82232b4ad8f75c19ac84c216830112656274eb8e375fb
|
|
|
|
perl-DBD-SQLite_package() {
|
|
depends="${makedepends}"
|
|
pkg_install() {
|
|
vmove all
|
|
}
|
|
}
|