community/captagent: add missing make dependency

Add libressl-dev as a make dependency.
This commit is contained in:
Roberto Oliveira 2018-01-16 13:24:23 +00:00
parent 8826a3814a
commit 60fd77bcb1

View File

@ -2,13 +2,13 @@
# Maintainer: Kaarle Ritvanen <kaarle.ritvanen@datakunkku.fi> # Maintainer: Kaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>
pkgname=captagent pkgname=captagent
pkgver=6.3.0 pkgver=6.3.0
pkgrel=0 pkgrel=1
pkgdesc="HEP Capture Agent for HOMER" pkgdesc="HEP Capture Agent for HOMER"
url="https://github.com/sipcapture/captagent" url="https://github.com/sipcapture/captagent"
arch="all" arch="all"
license="GPL-3.0" license="GPL-3.0"
makedepends="autoconf automake bison expat-dev flex flex-dev json-c-dev 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 source="$pkgname-$pkgver.tar.gz::https://github.com/sipcapture/captagent/archive/$pkgver.tar.gz
$pkgname.initd $pkgname.initd
ac-fix.patch" ac-fix.patch"