gnurl: bump 7.40.0, multiarch
This commit is contained in:
parent
fb11a84b0d
commit
6d85326f99
|
@ -4,14 +4,13 @@
|
|||
# Based in part upon previous work copyrighted to Gentoo Foundation.
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
require gnurl easy-multibuild
|
||||
require gnurl
|
||||
|
||||
PLATFORMS="~amd64 ~arm ~x86"
|
||||
MYOPTIONS="
|
||||
ares [[ description = [ Enabled c-ares posix-threaded dns support, disables curl's own threaded resolver ] ]]
|
||||
gnutls
|
||||
idn
|
||||
multibuild_c: 32 64
|
||||
"
|
||||
DEPENDENCIES="
|
||||
build:
|
||||
|
@ -20,11 +19,11 @@ DEPENDENCIES="
|
|||
virtual/pkg-config
|
||||
build+run:
|
||||
app-misc/ca-certificates
|
||||
sys-libs/zlib[multibuild_c:*(-)?]
|
||||
ares? ( net-dns/c-ares[>=1.6.0][multibuild_c:*(-)?] )
|
||||
dev-libs/gnutls[>=2.12.14][multibuild_c:*(-)?]
|
||||
dev-libs/nettle[multibuild_c:*(-)?]
|
||||
idn? ( net-dns/libidn[multibuild_c:*(-)?] )
|
||||
sys-libs/zlib
|
||||
ares? ( net-dns/c-ares[>=1.6.0] )
|
||||
dev-libs/gnutls[>=2.12.14]
|
||||
dev-libs/nettle
|
||||
idn? ( net-dns/libidn )
|
||||
"
|
||||
|
||||
#DEFAULT_SRC_CONFIGURE_PARAMS=(
|
||||
|
@ -55,7 +54,7 @@ src_prepare() {
|
|||
default
|
||||
}
|
||||
|
||||
test_one_multibuild() {
|
||||
test() {
|
||||
cat <<-EOF >> tests/data/DISABLED
|
||||
# Work around broken DNS servers, Exherbo #207
|
||||
20
|
||||
|
@ -77,19 +76,3 @@ EOF
|
|||
esandbox disallow_net --connect "inet6:::1@8999"
|
||||
}
|
||||
|
||||
install_one_multibuild() {
|
||||
default
|
||||
|
||||
#edo mv "${IMAGE}"/usr/include/gnurl/curlbuild{,-${MULTIBUILD_TARGET}}.h
|
||||
}
|
||||
|
||||
src_install() {
|
||||
easy-multibuild_src_install
|
||||
|
||||
#insinto /usr/share/aclocal
|
||||
#doins docs/libgnurl/libgnurl.m4
|
||||
|
||||
#insinto /usr/include/gnurl
|
||||
#doins "${FILES}"/curlbuild.h
|
||||
}
|
||||
|
Loading…
Reference in a new issue