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.
|
# Based in part upon previous work copyrighted to Gentoo Foundation.
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
require gnurl easy-multibuild
|
require gnurl
|
||||||
|
|
||||||
PLATFORMS="~amd64 ~arm ~x86"
|
PLATFORMS="~amd64 ~arm ~x86"
|
||||||
MYOPTIONS="
|
MYOPTIONS="
|
||||||
ares [[ description = [ Enabled c-ares posix-threaded dns support, disables curl's own threaded resolver ] ]]
|
ares [[ description = [ Enabled c-ares posix-threaded dns support, disables curl's own threaded resolver ] ]]
|
||||||
gnutls
|
gnutls
|
||||||
idn
|
idn
|
||||||
multibuild_c: 32 64
|
|
||||||
"
|
"
|
||||||
DEPENDENCIES="
|
DEPENDENCIES="
|
||||||
build:
|
build:
|
||||||
|
@ -20,11 +19,11 @@ DEPENDENCIES="
|
||||||
virtual/pkg-config
|
virtual/pkg-config
|
||||||
build+run:
|
build+run:
|
||||||
app-misc/ca-certificates
|
app-misc/ca-certificates
|
||||||
sys-libs/zlib[multibuild_c:*(-)?]
|
sys-libs/zlib
|
||||||
ares? ( net-dns/c-ares[>=1.6.0][multibuild_c:*(-)?] )
|
ares? ( net-dns/c-ares[>=1.6.0] )
|
||||||
dev-libs/gnutls[>=2.12.14][multibuild_c:*(-)?]
|
dev-libs/gnutls[>=2.12.14]
|
||||||
dev-libs/nettle[multibuild_c:*(-)?]
|
dev-libs/nettle
|
||||||
idn? ( net-dns/libidn[multibuild_c:*(-)?] )
|
idn? ( net-dns/libidn )
|
||||||
"
|
"
|
||||||
|
|
||||||
#DEFAULT_SRC_CONFIGURE_PARAMS=(
|
#DEFAULT_SRC_CONFIGURE_PARAMS=(
|
||||||
|
@ -55,7 +54,7 @@ src_prepare() {
|
||||||
default
|
default
|
||||||
}
|
}
|
||||||
|
|
||||||
test_one_multibuild() {
|
test() {
|
||||||
cat <<-EOF >> tests/data/DISABLED
|
cat <<-EOF >> tests/data/DISABLED
|
||||||
# Work around broken DNS servers, Exherbo #207
|
# Work around broken DNS servers, Exherbo #207
|
||||||
20
|
20
|
||||||
|
@ -77,19 +76,3 @@ EOF
|
||||||
esandbox disallow_net --connect "inet6:::1@8999"
|
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