summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-devel/slibtool/slibtool-0.5.12.ebuild')
-rw-r--r--sys-devel/slibtool/slibtool-0.5.12.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/sys-devel/slibtool/slibtool-0.5.12.ebuild b/sys-devel/slibtool/slibtool-0.5.12.ebuild
new file mode 100644
index 000000000000..6cc713df4a28
--- /dev/null
+++ b/sys-devel/slibtool/slibtool-0.5.12.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="A skinny libtool implementation, written in C"
+
+HOMEPAGE="http://git.midipix.org/cgit.cgi/slibtool"
+SRC_URI="http://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
+}