summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Janda <felix.janda@posteo.de>2018-05-25 22:28:50 -0600
committerAaron Bauman <bman@gentoo.org>2018-05-26 13:07:38 -0400
commit8d962964605a31344fb9ff6a596642dcaa8ec00a (patch)
treee3ea48c2bda332f9b622f15cb3838a13e85198d5 /sys-devel/slibtool/slibtool-0.5.19.ebuild
parentnet-voip/telepathy-gabble: add LibreSSL support (diff)
downloadgentoo-8d962964605a31344fb9ff6a596642dcaa8ec00a.tar.gz
gentoo-8d962964605a31344fb9ff6a596642dcaa8ec00a.tar.bz2
gentoo-8d962964605a31344fb9ff6a596642dcaa8ec00a.zip
sys-devel/slibtool: bump to 0.5.19
Closes: https://bugs.gentoo.org/656486 Closes: https://github.com/gentoo/gentoo/pull/8594
Diffstat (limited to 'sys-devel/slibtool/slibtool-0.5.19.ebuild')
-rw-r--r--sys-devel/slibtool/slibtool-0.5.19.ebuild16
1 files changed, 16 insertions, 0 deletions
diff --git a/sys-devel/slibtool/slibtool-0.5.19.ebuild b/sys-devel/slibtool/slibtool-0.5.19.ebuild
new file mode 100644
index 000000000000..d5ca0f0b916e
--- /dev/null
+++ b/sys-devel/slibtool/slibtool-0.5.19.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="A skinny libtool implementation, written in C"
+HOMEPAGE="https://git.midipix.org/cgit.cgi/slibtool"
+SRC_URI="https://git.midipix.org/cgit.cgi/${PN}/snapshot/${P}.tar.xz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm"
+
+src_configure() {
+ ./configure --host=${CHOST} --prefix="${EPREFIX}"/usr || die
+}