aboutsummaryrefslogtreecommitdiff
blob: e0c365c002e3a168248c4a9d0a27485e12004030 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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
}