opt/libunbound/Pkgfile
Juergen Daubert 55bc6d38eb [notify] libunbound: update to 1.8.0
ABI has been changed, rebuild of direct dependent ports
required. Run revdep after update.
2018-09-11 17:54:02 +02:00

20 lines
427 B
Plaintext

# Description: Validating resolver library
# URL: http://unbound.net/index.html
# Maintainer: Juergen Daubert, jue at crux dot nu
# Depends on: expat openssl
name=libunbound
version=1.8.0
release=1
source=(https://unbound.net/downloads/unbound-$version.tar.gz)
build () {
cd unbound-$version
./configure --prefix=/usr \
--with-libunbound-only
make
make DESTDIR=$PKG install
}