diff options
Diffstat (limited to 'x11-base/opengl-update/opengl-update-1.1.ebuild')
-rw-r--r-- | x11-base/opengl-update/opengl-update-1.1.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/x11-base/opengl-update/opengl-update-1.1.ebuild b/x11-base/opengl-update/opengl-update-1.1.ebuild new file mode 100644 index 000000000000..6d1b885444e6 --- /dev/null +++ b/x11-base/opengl-update/opengl-update-1.1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Maintainer: Martin Schlemmer <azarah@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/x11-base/opengl-update/opengl-update-1.1.ebuild,v 1.1 2002/05/28 23:35:49 azarah Exp $ + +S=${WORKDIR}/${P} +SLOT="0" +DESCRIPTION="Utility to change the OpenGL interface being used." +SRC_URI="" +HOMEPAGE="http://" + +DEPEND="" + + +src_install() { + + newsbin ${FILESDIR}/opengl-update-${PV} opengl-update +} + |