1 # Copyright 1999-2020 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
6 DESCRIPTION="Libary for OpenGL applications with easy-to-code scene setup and selection"
7 HOMEPAGE="http://www.bioinformatics.org/ghemical/"
8 SRC_URI="http://www.bioinformatics.org/ghemical/download/current/${P}.tar.gz"
12 KEYWORDS="amd64 ppc x86"
18 BDEPEND="virtual/pkgconfig"
20 PATCHES=( "${FILESDIR}"/gcc-4.3.patch )
23 econf --disable-static
30 find "${ED}" -name '*.la' -delete || die