void-packages/srcpkgs/perl-DBD-SQLite/template

22 lines
721 B
Bash
Raw Normal View History

2013-09-29 23:50:15 +00:00
# Template build file for 'perl-DBD-SQLite'.
pkgname=perl-DBD-SQLite
version=1.50
2015-06-24 14:27:53 +00:00
revision=1
2013-09-29 23:50:15 +00:00
wrksrc="DBD-SQLite-${version}"
build_style=perl-module
configure_args="SQLITE_LOCATION=${XBPS_CROSS_BASE}/usr"
hostmakedepends="perl perl-DBI"
makedepends="${hostmakedepends} sqlite-devel"
depends="${hostmakedepends}"
2013-09-29 23:50:15 +00:00
short_desc="DBD::SQLite - Self-contained RDBMS in a DBI driver"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
2013-09-29 23:50:15 +00:00
homepage="http://search.cpan.org/dist/DBD-SQLite"
license="Artistic, GPL-1"
2013-09-29 23:50:15 +00:00
distfiles="${CPAN_SITE}/DBD/DBD-SQLite-$version.tar.gz"
checksum=3ac513ab73944fd7d4b672e1fe885dc522b6369d38f46a68e67e0045bf159ce1
post_extract() {
# Unlock system sqlite support
sed -i 's/^if ( 0 )/if ( 1 )/' Makefile.PL
}