bacula-common: update to 9.4.1.
This commit is contained in:
parent
b7957aec97
commit
cb1ba97f1f
|
@ -2820,15 +2820,15 @@ libPocoRedis.so.50 poco-1.8.0.1_1
|
|||
libopenblas.so.0 openblas-0.2.19_1
|
||||
librtmidi.so.4 rtmidi-3.0.0_1
|
||||
libbiblesync.so.2.0.1 biblesync-2.0.1_1
|
||||
libbac-9.0.4.so bacula-common-9.0.4_1
|
||||
libbaccfg-9.0.4.so bacula-common-9.0.4_1
|
||||
libbacfind-9.0.4.so bacula-common-9.0.4_1
|
||||
libbacsql-9.0.4.so bacula-common-9.0.4_1
|
||||
libbaccats-9.0.4.so bacula-common-9.0.4_1
|
||||
libbacsd-9.0.4.so bacula-common-9.0.4_1
|
||||
libbaccats-sqlite3-9.0.4.so bacula-common-9.0.4_1
|
||||
libbaccats-postgresql-9.0.4.so bacula-common-postgresql-9.0.4_1
|
||||
libbaccats-mysql-9.0.4.so bacula-common-mariadb-9.0.4_1
|
||||
libbac-9.4.1.so bacula-common-9.4.1_1
|
||||
libbaccfg-9.4.1.so bacula-common-9.4.1_1
|
||||
libbacfind-9.4.1.so bacula-common-9.4.1_1
|
||||
libbacsql-9.4.1.so bacula-common-9.4.1_1
|
||||
libbaccats-9.4.1.so bacula-common-9.4.1_1
|
||||
libbacsd-9.4.1.so bacula-common-9.4.1_1
|
||||
libbaccats-sqlite3-9.4.1.so bacula-common-9.4.1_1
|
||||
libbaccats-postgresql-9.4.1.so bacula-common-postgresql-9.4.1_1
|
||||
libbaccats-mysql-9.4.1.so bacula-common-mariadb-9.4.1_1
|
||||
bpipe-fd.so bacula-fd-9.0.4_1
|
||||
libnftables.so.0 libnftables-0.8.4_1
|
||||
libbctoolbox.so.1 bctoolbox-0.6.0_1
|
||||
|
|
|
@ -1,15 +1,9 @@
|
|||
# Template file for 'bacula-common'
|
||||
pkgname="bacula-common"
|
||||
version="9.0.4"
|
||||
revision=4
|
||||
pkgname=bacula-common
|
||||
version=9.4.1
|
||||
revision=1
|
||||
wrksrc="${pkgname%-*}-${version}"
|
||||
build_style=gnu-configure
|
||||
_common_desc="Bacula - A Network Backup Tool "
|
||||
short_desc="${_common_desc} (common libs)"
|
||||
maintainer="Matthias Fulz <mfulz@olznet.de>"
|
||||
license="AGPL-3"
|
||||
homepage="http://www.bacula.org"
|
||||
distfiles="${SOURCEFORGE_SITE}/bacula/bacula-${version}.tar.gz"
|
||||
checksum=cafa2d9a9e89a77d3b79984972487e72fb90d949269c77a74a68e97a9d28996f
|
||||
configure_args="
|
||||
--with-openssl --with-sqlite3 --with-mysql --with-postgresql
|
||||
--enable-smartalloc --sysconfdir=/etc/bacula
|
||||
|
@ -17,9 +11,14 @@ configure_args="
|
|||
--with-working-dir=/run/bacula"
|
||||
makedepends="sqlite-devel libmariadbclient-devel postgresql-libs-devel
|
||||
libressl-devel ncurses-devel zlib-devel acl-devel"
|
||||
wrksrc="${pkgname%-*}-${version}"
|
||||
shlib_provides="libbaccats-${version}.so"
|
||||
short_desc="Bacula - A Network Backup Tool (common libs)"
|
||||
maintainer="Matthias Fulz <mfulz@olznet.de>"
|
||||
license="AGPL-3.0-only, BSD-2-Clause, BSD-3-Clause"
|
||||
homepage="https://www.bacula.org"
|
||||
distfiles="${SOURCEFORGE_SITE}/bacula/bacula-${version}.tar.gz"
|
||||
checksum=6b5f6197cad360a6c37ee4f0fc28a6776f78a4e54bea667bb8a4fb801c98fd42
|
||||
alternatives="bacula-db-backend:/usr/lib/libbaccats-${version}.so:/usr/lib/libbaccats-sqlite3-${version}.so"
|
||||
shlib_provides="libbaccats-${version}.so"
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
armv[56]*) makedepends+=" libatomic-devel" ;;
|
||||
|
@ -29,10 +28,12 @@ post_install() {
|
|||
rm "${DESTDIR}/usr/bin/bacula"
|
||||
rm -rf "${DESTDIR}/usr/share/doc"
|
||||
rm "${DESTDIR}/usr/share/man/man1/bat.1.gz"
|
||||
vlicense LICENSE
|
||||
vlicense LICENSE-FOSS
|
||||
}
|
||||
|
||||
bacula-console_package() {
|
||||
short_desc="Bacula - A Network Backup Tool (management cli)"
|
||||
short_desc="${short_desc/common libs/managment cli}"
|
||||
conf_files="/etc/${pkgname%-*}/bconsole.conf"
|
||||
depends="bacula-common"
|
||||
pkg_install() {
|
||||
|
@ -44,7 +45,7 @@ bacula-console_package() {
|
|||
}
|
||||
|
||||
bacula-fd_package() {
|
||||
short_desc="Bacula - A Network Backup Tool (file daemon)"
|
||||
short_desc="${short_desc/common libs/file daemon}"
|
||||
conf_files="/etc/${pkgname%-*}/${pkgname}.conf"
|
||||
depends="bacula-common"
|
||||
pkg_install() {
|
||||
|
@ -57,7 +58,7 @@ bacula-fd_package() {
|
|||
}
|
||||
|
||||
bacula-sd_package() {
|
||||
short_desc="Bacula - A Network Backup Tool (storage daemon)"
|
||||
short_desc="${short_desc/common libs/storage daemon}"
|
||||
conf_files="/etc/${pkgname%-*}/${pkgname}.conf"
|
||||
depends="bacula-common"
|
||||
pkg_install() {
|
||||
|
@ -71,7 +72,7 @@ bacula-sd_package() {
|
|||
}
|
||||
|
||||
bacula-dir_package() {
|
||||
short_desc="Bacula - A Network Backup Tool (director daemon)"
|
||||
short_desc="${short_desc/common libs/director daemon}"
|
||||
conf_files="/etc/${pkgname%-*}/${pkgname}.conf"
|
||||
depends="bacula-common"
|
||||
pkg_install() {
|
||||
|
@ -97,7 +98,7 @@ bacula-dir_package() {
|
|||
}
|
||||
|
||||
bacula-common-mariadb_package() {
|
||||
short_desc="${_common_desc} (MariaDB support)"
|
||||
short_desc="${short_desc/common libs/MariaDB support}"
|
||||
depends="bacula-common"
|
||||
alternatives="bacula-db-backend:/usr/lib/libbaccats-${version}.so:/usr/lib/libbaccats-mysql-${version}.so"
|
||||
pkg_install() {
|
||||
|
@ -110,7 +111,7 @@ bacula-common-mariadb_package() {
|
|||
}
|
||||
|
||||
bacula-common-postgresql_package() {
|
||||
short_desc="${_common_desc} (PostgreSQL support)"
|
||||
short_desc="${short_desc/common libs/PostgreSQL support}"
|
||||
depends="bacula-common"
|
||||
alternatives="bacula-db-backend:/usr/lib/libbaccats-${version}.so:/usr/lib/libbaccats-postgresql-${version}.so"
|
||||
pkg_install() {
|
||||
|
|
Loading…
Reference in New Issue