1 # Copyright 1999-2016 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
7 DESCRIPTION="skarnet.org's small and secure supervision software suite"
8 HOMEPAGE="http://www.skarnet.org/software/s6/"
9 SRC_URI="http://www.skarnet.org/software/${PN}/${P}.tar.gz"
13 KEYWORDS="~amd64 ~x86"
14 IUSE="static static-libs"
16 DEPEND=">=sys-devel/make-4.0
18 >=dev-lang/execline-2.1.4.5[static-libs]
19 >=dev-libs/skalibs-2.3.9.0[static-libs]
22 >=dev-lang/execline-2.1.4.5
23 >=dev-libs/skalibs-2.3.9.0
28 >=dev-lang/execline-2.1.4.5
29 >=dev-libs/skalibs-2.3.9.0
33 DOCS="AUTHORS examples README*"
38 # Remove QA warning about LDFLAGS addition
39 sed -i "s~tryldflag LDFLAGS_AUTO -Wl,--hash-style=both~:~" "${S}/configure" || die
47 $(use_enable !static shared) \
48 $(use_enable static-libs static) \
49 $(use_enable static allstatic) \
52 --dynlibdir=/$(get_libdir) \
53 --libdir=/usr/$(get_libdir)/${PN} \
55 --sysdepdir=/usr/$(get_libdir)/${PN} \
56 --with-dynlib=/$(get_libdir) \
57 --with-sysdeps=/usr/$(get_libdir)/skalibs