opt/libunbound/Pkgfile

21 lines
391 B
Plaintext
Raw Normal View History

2018-05-22 12:52:37 +02:00
# Description: Validating resolver library
2021-02-16 13:29:45 +01:00
# 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
2024-03-14 15:50:19 +01:00
version=1.19.3
2018-05-22 12:52:37 +02:00
release=1
source=(https://unbound.net/downloads/unbound-$version.tar.gz)
build () {
2021-02-16 13:29:45 +01:00
cd unbound-$version
2018-05-22 12:52:37 +02:00
2021-02-16 13:29:45 +01:00
./configure \
--prefix=/usr \
--with-libunbound-only
make
make DESTDIR=$PKG install
2018-05-22 12:52:37 +02:00
}