# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 src_configure() { local myopts=( --enable-shared --enable-static ) gkconf "${myopts[@]}" } src_install() { default rm -rf "${D}"/usr/share }