app-admin/awscli: Bump to 1.37.9
[gentoo/gentoo.git] / x11-libs / liboglappth / liboglappth-1.0.0-r1.ebuild
blobeb68dba4208bc8541ca8423a9ae1f7b5bd929779
1 # Copyright 1999-2020 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
4 EAPI=7
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"
10 LICENSE="GPL-2"
11 SLOT="0"
12 KEYWORDS="amd64 ppc x86"
14 RDEPEND="
15         virtual/opengl
16         media-libs/freeglut"
17 DEPEND="${RDEPEND}"
18 BDEPEND="virtual/pkgconfig"
20 PATCHES=( "${FILESDIR}"/gcc-4.3.patch )
22 src_configure() {
23         econf --disable-static
26 src_install() {
27         default
29         # no static archives
30         find "${ED}" -name '*.la' -delete || die