burp-client: depend on ca-certificates instead.
This commit is contained in:
parent
c9889aab3f
commit
33f73686ba
1 changed files with 4 additions and 5 deletions
|
@ -3,7 +3,7 @@ _desc="A network-based backup and restore program"
|
|||
|
||||
pkgname=burp-server
|
||||
version=1.4.40
|
||||
revision=1
|
||||
revision=2
|
||||
short_desc="${_desc} - Server"
|
||||
maintainer="Pierre Bourgin <pierre.bourgin@free.fr>"
|
||||
license="AGPL-3, BSD, GPL-2.1 and LGPL-2.1"
|
||||
|
@ -16,14 +16,13 @@ hostmakedepends="automake libtool perl"
|
|||
# note: burp provides its internal copy of "uthash-devel"
|
||||
makedepends="
|
||||
libressl-devel zlib-devel librsync-devel ncurses-devel
|
||||
acl-devel yajl-devel"
|
||||
acl-devel yajl-devel ca-certificates"
|
||||
|
||||
# unique binary for both client and server: server depends on client package.
|
||||
depends="burp-client-${version}_${revision}"
|
||||
|
||||
build_style=gnu-configure
|
||||
configure_args="--sysconfdir=/etc/burp
|
||||
--sbindir=/usr/bin"
|
||||
configure_args="--sysconfdir=/etc/burp --sbindir=/usr/bin"
|
||||
conf_files="/etc/burp/burp-server.conf"
|
||||
|
||||
post_install() {
|
||||
|
@ -44,7 +43,7 @@ post_install() {
|
|||
burp-client_package() {
|
||||
short_desc="${_desc} - client"
|
||||
# openssl binary needed by burp_ca script
|
||||
depends="openssl"
|
||||
depends="ca-certificates"
|
||||
conf_files="/etc/burp/burp.conf"
|
||||
pkg_install() {
|
||||
vmove "usr/bin/burp"
|
||||
|
|
Loading…
Reference in a new issue