diff options
author | Jonathan Smith <smithj@gentoo.org> | 2005-06-14 12:29:25 +0000 |
---|---|---|
committer | Jonathan Smith <smithj@gentoo.org> | 2005-06-14 12:29:25 +0000 |
commit | 34689e497dfa41c5139a83d4b4dd111184b16600 (patch) | |
tree | 1309d02c966db08b914a05ad07b222b63b8b150c /x11-misc/3ddesktop/3ddesktop-0.2.8.ebuild | |
parent | cleanup (diff) | |
download | gentoo-2-34689e497dfa41c5139a83d4b4dd111184b16600.tar.gz gentoo-2-34689e497dfa41c5139a83d4b4dd111184b16600.tar.bz2 gentoo-2-34689e497dfa41c5139a83d4b4dd111184b16600.zip |
version bump for #78156 and old ebuild cleanout
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'x11-misc/3ddesktop/3ddesktop-0.2.8.ebuild')
-rw-r--r-- | x11-misc/3ddesktop/3ddesktop-0.2.8.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/x11-misc/3ddesktop/3ddesktop-0.2.8.ebuild b/x11-misc/3ddesktop/3ddesktop-0.2.8.ebuild new file mode 100644 index 000000000000..f258fddcc250 --- /dev/null +++ b/x11-misc/3ddesktop/3ddesktop-0.2.8.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/3ddesktop/3ddesktop-0.2.8.ebuild,v 1.1 2005/06/14 12:29:25 smithj Exp $ + +DESCRIPTION="OpenGL virtual desktop switching" +HOMEPAGE="http://desk3d.sourceforge.net/" +SRC_URI="mirror://sourceforge/desk3d/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~ppc ~amd64" +IUSE="" + +DEPEND="virtual/x11 + media-libs/imlib2 + x11-base/opengl-update" + +src_compile() { + econf || die "econf failed" + emake || die "emake failed" +} + +src_install () { + make DESTDIR=${D} install || die + dodoc README AUTHORS TODO ChangeLog README.windowmanagers +} |