-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
$(use_enable cxx)
--disable-cpp-progs
--with-cd-paranoia-name=libcdio-paranoia
+ $(use_enable static-libs static)
)
# Darwin linker doesn't get this
[[ ${CHOST} == *-darwin* ]] && myeconfargs+=( --without-versioned-libs )
econf "${myeconfargs[@]}"
}
+multilib_src_install_all() {
+ find "${ED}" -type f -name "*.la" -delete || die
+}
+
pkg_postinst() {
eselect cdparanoia update ifunset
}
# https://bugs.gentoo.org/616054
# https://savannah.gnu.org/bugs/index.php?50978
--enable-ld-version-script
+ $(use_enable static-libs static)
)
# Darwin linker doesn't get this
[[ ${CHOST} == *-darwin* ]] && myeconfargs+=( --disable-ld-version-script )
econf "${myeconfargs[@]}"
}
+multilib_src_install_all() {
+ find "${ED}" -type f -name "*.la" -delete || die
+}
+
pkg_postinst() {
eselect cdparanoia update ifunset
}
$(use_enable cxx)
--disable-cpp-progs
--with-cd-paranoia-name=libcdio-paranoia
+ $(use_enable static-libs static)
)
# Darwin linker doesn't get this
[[ ${CHOST} == *-darwin* ]] && myeconfargs+=( --disable-ld-version-script )
ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
}
+multilib_src_install_all() {
+ find "${ED}" -type f -name "*.la" -delete || die
+}
+
pkg_postinst() {
eselect cdparanoia update ifunset
}