mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
firebird: update to 2.5.8.27089
This commit is contained in:
parent
d174606d5d
commit
334c8bbe5b
1 changed files with 6 additions and 5 deletions
|
@ -1,8 +1,9 @@
|
||||||
# Template file for 'firebird'
|
# Template file for 'firebird'
|
||||||
pkgname=firebird
|
pkgname=firebird
|
||||||
version=2.5.6.27020
|
version=2.5.8.27089
|
||||||
revision=3
|
revision=1
|
||||||
_build=0
|
_build=0
|
||||||
|
_uver=${version//./_}
|
||||||
wrksrc="${pkgname^}-${version}-${_build}"
|
wrksrc="${pkgname^}-${version}-${_build}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--prefix=/usr/share/firebird --with-system-icu --with-system-editline"
|
configure_args="--prefix=/usr/share/firebird --with-system-icu --with-system-editline"
|
||||||
|
@ -12,9 +13,9 @@ makedepends="boost-devel libedit-devel icu-devel ncurses-devel libatomic_ops-dev
|
||||||
short_desc="Relational database offering many ANSI SQL standard features"
|
short_desc="Relational database offering many ANSI SQL standard features"
|
||||||
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||||
license="custom"
|
license="custom"
|
||||||
homepage="http://www.firebirdsql.org/en/start/"
|
homepage="https://www.firebirdsql.org/en/start/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}/${version%.*}-Release/${pkgname^}-${version}-${_build}.tar.bz2"
|
distfiles="https://github.com/FirebirdSQL/firebird/releases/download/R${_uver%_*}/Firebird-${version}-${_build}.tar.bz2"
|
||||||
checksum=8e416f2f9a8f1fce2aa872925ca2016010878265ec56fe0a32a73e0080378826
|
checksum=d87d774736edb1eacc242c68831edb3575c28cc61378491f42f8932bf9975678
|
||||||
disable_parallel_build=yes
|
disable_parallel_build=yes
|
||||||
|
|
||||||
if [ ${XBPS_GCC_VERSION_MAJOR} -gt 5 ]; then
|
if [ ${XBPS_GCC_VERSION_MAJOR} -gt 5 ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue