summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Janda <felix.janda@posteo.de>2019-01-13 14:59:27 -0500
committerPatrice Clement <monsieurp@gentoo.org>2019-01-17 23:55:03 +0100
commitaffb3c3049dabb5c3eacefdbf775cd1399ec11e2 (patch)
treebe0cbee0d7a3d31ebd6a587f354734fc436699d4 /sys-devel/slibtool/slibtool-0.5.28.ebuild
parentdev-python/bleach: stable 3.0.2 for hppa, bug #675696 (diff)
downloadgentoo-affb3c3049dabb5c3eacefdbf775cd1399ec11e2.tar.gz
gentoo-affb3c3049dabb5c3eacefdbf775cd1399ec11e2.tar.bz2
gentoo-affb3c3049dabb5c3eacefdbf775cd1399ec11e2.zip
sys-devel/slibtool: version bump to 0.5.28.
Closes: https://bugs.gentoo.org/675020 Signed-off-by: Felix Janda <felix.janda@posteo.de> Closes: https://github.com/gentoo/gentoo/pull/10829 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'sys-devel/slibtool/slibtool-0.5.28.ebuild')
-rw-r--r--sys-devel/slibtool/slibtool-0.5.28.ebuild16
1 files changed, 16 insertions, 0 deletions
diff --git a/sys-devel/slibtool/slibtool-0.5.28.ebuild b/sys-devel/slibtool/slibtool-0.5.28.ebuild
new file mode 100644
index 000000000000..ceab475d61cf
--- /dev/null
+++ b/sys-devel/slibtool/slibtool-0.5.28.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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
+}