diff options
Diffstat (limited to 'sys-devel/slibtool/slibtool-0.5.31.ebuild')
-rw-r--r-- | sys-devel/slibtool/slibtool-0.5.31.ebuild | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/sys-devel/slibtool/slibtool-0.5.31.ebuild b/sys-devel/slibtool/slibtool-0.5.31.ebuild deleted file mode 100644 index 057d3f4b44da..000000000000 --- a/sys-devel/slibtool/slibtool-0.5.31.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit toolchain-funcs - -# git.foss21.org is the official repository per upstream -DESCRIPTION="A skinny libtool implementation, written in C" -HOMEPAGE="https://git.foss21.org/slibtool" -SRC_URI="https://dl.midipix.org/slibtool/${P}.tar.xz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc" - -src_configure() { - # custom configure script (not generated by autoconf) - ./configure \ - --compiler=$(tc-getCC) \ - --host=${CHOST} \ - --prefix="${EPREFIX}"/usr \ - || die -} |