sys-devel/slibtool: version bump to 0.5.28.
[gentoo.git] / sys-devel / slibtool / slibtool-0.5.20.ebuild
1 # Copyright 1999-2018 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5
6 DESCRIPTION="A skinny libtool implementation, written in C"
7 HOMEPAGE="https://git.midipix.org/cgit.cgi/slibtool"
8 SRC_URI="https://git.midipix.org/cgit.cgi/${PN}/snapshot/${P}.tar.xz"
9
10 LICENSE="MIT"
11 SLOT="0"
12 KEYWORDS="~amd64 ~arm"
13
14 src_configure() {
15         ./configure --host=${CHOST} --prefix="${EPREFIX}"/usr || die
16 }