mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-15 08:56:58 +02:00
dev-libs/libltdl: Sync with Gentoo
It's from Gentoo commit dd507c0c30e4132d69e1cd9375b8fddc844c787e.
This commit is contained in:
parent
aaf2b6a083
commit
3784f16cee
@ -1 +1,2 @@
|
|||||||
DIST libtool-2.4.6.tar.xz 973080 BLAKE2B 0865af9f8701ca9dc62eec8294a088d24f4a3ff541bc76acfe7b69f70637d7e8261a17d69f7d54a4177f974c429be68467883a1560edb539061966cbf7d4a356 SHA512 a6eef35f3cbccf2c9e2667f44a476ebc80ab888725eb768e91a3a6c33b8c931afc46eb23efaee76c8696d3e4eed74ab1c71157bcb924f38ee912c8a90a6521a4
|
DIST libtool-2.4.6.tar.xz 973080 BLAKE2B 0865af9f8701ca9dc62eec8294a088d24f4a3ff541bc76acfe7b69f70637d7e8261a17d69f7d54a4177f974c429be68467883a1560edb539061966cbf7d4a356 SHA512 a6eef35f3cbccf2c9e2667f44a476ebc80ab888725eb768e91a3a6c33b8c931afc46eb23efaee76c8696d3e4eed74ab1c71157bcb924f38ee912c8a90a6521a4
|
||||||
|
DIST libtool-2.4.7.tar.xz 1016040 BLAKE2B 5e022586337637dd634bd40578ad944bec6e3b8de41f95d55777b90cc88cbc4badb3d76cbf0e638166ece1ea7de828e83590e1e6bac30c1e4b1c254a11a742f2 SHA512 47f4c6de40927254ff9ba452612c0702aea6f4edc7e797f0966c8c6bf0340d533598976cdba17f0bdc64545572e71cd319bbb587aa5f47cd2e7c1d96f873a3da
|
||||||
|
37
sdk_container/src/third_party/portage-stable/dev-libs/libltdl/libltdl-2.4.7.ebuild
vendored
Normal file
37
sdk_container/src/third_party/portage-stable/dev-libs/libltdl/libltdl-2.4.7.ebuild
vendored
Normal file
@ -0,0 +1,37 @@
|
|||||||
|
# Copyright 1999-2022 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=7
|
||||||
|
|
||||||
|
# Please bump with sys-devel/libtool.
|
||||||
|
|
||||||
|
inherit multilib-minimal
|
||||||
|
|
||||||
|
MY_P="libtool-${PV}"
|
||||||
|
|
||||||
|
DESCRIPTION="A shared library tool for developers"
|
||||||
|
HOMEPAGE="https://www.gnu.org/software/libtool/"
|
||||||
|
SRC_URI="mirror://gnu/libtool/${MY_P}.tar.xz"
|
||||||
|
S="${WORKDIR}"/${MY_P}/libltdl
|
||||||
|
|
||||||
|
LICENSE="GPL-2"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
|
||||||
|
IUSE="static-libs"
|
||||||
|
# libltdl doesn't have a testsuite.
|
||||||
|
|
||||||
|
BDEPEND="app-arch/xz-utils"
|
||||||
|
|
||||||
|
multilib_src_configure() {
|
||||||
|
ECONF_SOURCE="${S}" econf \
|
||||||
|
--enable-ltdl-install \
|
||||||
|
$(use_enable static-libs static)
|
||||||
|
}
|
||||||
|
|
||||||
|
multilib_src_install() {
|
||||||
|
emake DESTDIR="${D}" install
|
||||||
|
|
||||||
|
# While the libltdl.la file is not used directly, the m4 ltdl logic
|
||||||
|
# keys off of its existence when searching for ltdl support. # bug #293921
|
||||||
|
#use static-libs || find "${D}" -name libltdl.la -delete
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user