LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
-IUSE="alsa ao +espeak flite nas pulseaudio python static-libs"
+IUSE="alsa ao +espeak flite nas pulseaudio python"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
local myeconfargs=(
--disable-python
- $(use_enable static-libs static)
+ --disable-static
$(use_with alsa)
$(use_with ao libao)
$(use_with espeak)
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE="alsa ao +espeak flite nas pulseaudio python static-libs"
+IUSE="alsa ao +espeak flite nas pulseaudio python"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
local myeconfargs=(
--disable-python
- $(use_enable static-libs static)
+ --disable-static
$(use_with alsa)
$(use_with ao libao)
$(use_with espeak)
emake DESTDIR="${D}" install
dodoc ANNOUNCE AUTHORS BUGS FAQ NEWS README*
- prune_libtool_files --all
-
if use python; then
installation() {
cd src/api/python || die
python_foreach_impl run_in_build_dir installation
python_replicate_script "${ED}"/usr/bin/spd-conf
fi
+
+ find "${D}" -name '*.la' -delete || die
}
pkg_postinst() {