mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
soci: update to 4.0.3.
This commit is contained in:
parent
c68189fa7b
commit
742924161d
2 changed files with 7 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'soci'
|
# Template file for 'soci'
|
||||||
pkgname=soci
|
pkgname=soci
|
||||||
version=4.0.1
|
version=4.0.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DCMAKE_CXX_STANDARD=11"
|
configure_args="-DCMAKE_CXX_STANDARD=11"
|
||||||
|
@ -12,15 +12,16 @@ maintainer="John <me@johnnynator.dev>"
|
||||||
license="BSL-1.0"
|
license="BSL-1.0"
|
||||||
homepage="http://soci.sourceforge.net/"
|
homepage="http://soci.sourceforge.net/"
|
||||||
distfiles="http://downloads.sourceforge.net/project/soci/soci/${pkgname}-${version}/${pkgname}-${version}.tar.gz"
|
distfiles="http://downloads.sourceforge.net/project/soci/soci/${pkgname}-${version}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=bcabd4d7d33bb02e5a88d00121bf556957fa18dc6b04a5532c107a4def7e27d3
|
checksum=615e5f7e4b52007f3a3b4050a99aadf6346b56b5098eb08b3a650836083c6a33
|
||||||
make_check=no #Would require to setup and run at least mariadb and postgresql
|
make_check=no #Would require to setup and run at least mariadb and postgresql
|
||||||
|
|
||||||
soci-devel_package() {
|
soci-devel_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision} postgresql-libs-devel libmariadbclient-devel
|
depends="${sourcepkg}>=${version}_${revision} postgresql-libs-devel
|
||||||
sqlite-devel unixodbc-devel"
|
libmariadbclient-devel sqlite-devel unixodbc-devel boost-devel"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
vmove usr/lib/cmake
|
||||||
vmove "usr/lib/*.a"
|
vmove "usr/lib/*.a"
|
||||||
vmove "usr/lib/*.so"
|
vmove "usr/lib/*.so"
|
||||||
}
|
}
|
||||||
|
|
2
srcpkgs/soci/update
Normal file
2
srcpkgs/soci/update
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
site='https://github.com/SOCI/soci/tags'
|
||||||
|
pattern='/refs/tags/v?\K[0-9.]+(?=.tar.gz)'
|
Loading…
Add table
Reference in a new issue