summaryrefslogtreecommitdiff
blob: e46f5121cf44f4b85cc28cdf0157a7687c5c32bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/rss_glx/rss_glx-0.6.8.ebuild,v 1.2 2003/01/12 16:49:39 vapier Exp $

DESCRIPTION="OpenGL screensavers, ported to GLX.  Suitable for use with xscreensaver"
HOMEPAGE="http://rss-glx.sourceforge.net/"
SRC_URI="mirror://sourceforge/rss-glx/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 ppc"

DEPEND="x11-base/xfree"

src_compile() {
	econf --bindir=/usr/lib/xscreensaver || die
	emake || die
}

src_install() {
	einstall bindir="${D}/usr/lib/xscreensaver"
	dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README README.xscreensaver
}

pkg_postinst() {
	echo
	einfo "Read /usr/share/doc/${PF}/README.xscreensaver.gz for"
	einfo "entries to add to your ~/.xscreensaver file to enable these hacks"
	echo
}