void-packages/srcpkgs/sqlite/template
Christian Neukirchen 3516dc6b39 more update_*
2014-11-03 15:53:51 +01:00

30 lines
942 B
Plaintext

# Template build file for 'sqlite'.
pkgname=sqlite
version=3.8.7.1
revision=1
_amalgamationver=3080701
wrksrc="sqlite-autoconf-${_amalgamationver}"
build_style=gnu-configure
configure_args="--enable-threadsafe --enable-readline --enable-dynamic-extensions"
makedepends="readline-devel>=6.3"
short_desc="SQL Database Engine in a C Library"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.sqlite.org"
update_pattern='>Version \K[\d.]+'
license="Public Domain"
distfiles="http://www.sqlite.org/2014/sqlite-autoconf-${_amalgamationver}.tar.gz"
checksum=9d2854bec7b26dfe9aceb1faa17d40674daa15a23bbab67018191ffbe0339533
CFLAGS="-DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_SECURE_DELETE"
sqlite-devel_package() {
depends="sqlite>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.a"
vmove "usr/lib/*.so"
}
}