# Copyright 2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Scott Garner # /space/gentoo/cvsroot/gentoo-x86/app-misc/xautolock/xautolock-2.1.ebuild DESCRIPTION="An automatic X screen-locker/screen-saver." SRC_URI="http://www.ibiblio.org/pub/Linux/X11/screensavers/${P}.tgz" HOMEPAGE="http://www.ibiblio.org/pub/Linux/X11/screensavers/" DEPEND="virtual/x11" src_compile() { xmkmf || die emake || die } src_install () { into /usr dobin xautolock || die newman xautolock.man xautolock.1 dodoc Changelog Readme Todo }