unbound: fixed cross build; move so symlink to -devel.
This commit is contained in:
parent
7feaeac2ad
commit
522eabef68
1 changed files with 6 additions and 4 deletions
|
@ -1,10 +1,11 @@
|
|||
# Template file for 'unbound'
|
||||
pkgname=unbound
|
||||
version=1.4.22
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-libevent --with-conf-file=/etc/unbound/unbound.conf
|
||||
--with-pidfile=/run/unbound.pid"
|
||||
--with-pidfile=/run/unbound.pid --with-ssl=${XBPS_CROSS_BASE}/usr
|
||||
--with-libevent=${XBPS_CROSS_BASE}/usr --with-libexpat=${XBPS_CROSS_BASE}/usr"
|
||||
conf_file="/etc/unbound/unbound.conf"
|
||||
makedepends="openssl-devel expat-devel libevent-devel"
|
||||
system_accounts="unbound"
|
||||
|
@ -25,8 +26,9 @@ unbound-devel_package() {
|
|||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/share/man/man3/*.3"
|
||||
vmove usr/lib/*.a
|
||||
vmove usr/lib/*.so
|
||||
vmove usr/share/man/man3
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue