diff options
author | Patrick Lauer <patrick@gentoo.org> | 2008-11-27 20:38:35 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2008-11-27 20:38:35 +0000 |
commit | 75d64c647e2ada9d5a5f0a5a823b66e323b0f776 (patch) | |
tree | d19d98e2933fa5805e68e30eaa886879c24a9c05 /x11-libs/liboglappth/liboglappth-0.98.ebuild | |
parent | Refix bug #238351 so that it works under baselayout1 and baselayout2. (diff) | |
download | historical-75d64c647e2ada9d5a5f0a5a823b66e323b0f776.tar.gz historical-75d64c647e2ada9d5a5f0a5a823b66e323b0f776.tar.bz2 historical-75d64c647e2ada9d5a5f0a5a823b66e323b0f776.zip |
Bump to 0.98
Package-Manager: portage-2.2_rc16/cvs/Linux 2.6.26.5 x86_64
Diffstat (limited to 'x11-libs/liboglappth/liboglappth-0.98.ebuild')
-rw-r--r-- | x11-libs/liboglappth/liboglappth-0.98.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/x11-libs/liboglappth/liboglappth-0.98.ebuild b/x11-libs/liboglappth/liboglappth-0.98.ebuild new file mode 100644 index 000000000000..537c3ecaddcb --- /dev/null +++ b/x11-libs/liboglappth/liboglappth-0.98.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/liboglappth/liboglappth-0.98.ebuild,v 1.1 2008/11/27 20:38:35 patrick Exp $ + +inherit eutils + +DESCRIPTION="A library for creating portable OpenGL applications with easy-to-code scene setup and selection operations." +HOMEPAGE="http://www.bioinformatics.org/ghemical/" +SRC_URI="http://www.bioinformatics.org/ghemical/download/current/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +RDEPEND="virtual/opengl + virtual/glu + virtual/glut" +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +src_unpack() { + unpack ${A} + cd "${S}" + epatch "${FILESDIR}"/gcc-4.3.patch +} + +src_install() { + emake DESTDIR="${D}" install || die "emake install failed" +} |