mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
community/captagent: add missing make dependency
Add libressl-dev as a make dependency.
This commit is contained in:
parent
8826a3814a
commit
60fd77bcb1
@ -2,13 +2,13 @@
|
||||
# Maintainer: Kaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>
|
||||
pkgname=captagent
|
||||
pkgver=6.3.0
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="HEP Capture Agent for HOMER"
|
||||
url="https://github.com/sipcapture/captagent"
|
||||
arch="all"
|
||||
license="GPL-3.0"
|
||||
makedepends="autoconf automake bison expat-dev flex flex-dev json-c-dev
|
||||
libgcrypt-dev libpcap-dev libtool libuv-dev linux-headers"
|
||||
libgcrypt-dev libpcap-dev libtool libuv-dev linux-headers libressl-dev"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/sipcapture/captagent/archive/$pkgver.tar.gz
|
||||
$pkgname.initd
|
||||
ac-fix.patch"
|
||||
|
Loading…
Reference in New Issue
Block a user