perl-DBD-SQLite: update to 1.50.

Use system SQLite.
This commit is contained in:
Christian Neukirchen 2016-02-13 16:53:31 +01:00
parent e81419a1e5
commit 681d522a60
1 changed files with 10 additions and 4 deletions

View File

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