opt/libunbound/Pkgfile

20 lines
428 B
Plaintext
Raw Normal View History

2018-05-22 12:52:37 +02:00
# Description: Validating resolver library
# URL: http://unbound.net/index.html
# Maintainer: Juergen Daubert, jue at crux dot nu
# Depends on: expat openssl
2018-05-22 12:52:37 +02:00
name=libunbound
2020-10-09 13:59:57 +02:00
version=1.12.0
2018-05-22 12:52:37 +02:00
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
}