You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/x11-misc/xautolock/xautolock-2.2.ebuild

49 lines
867 B

# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
inherit toolchain-funcs
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/"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc sparc x86"
RDEPEND="
|| (
x11-misc/alock
x11-misc/i3lock
x11-misc/slim
x11-misc/slock
x11-misc/xlockmore
x11-misc/xtrlock
)
x11-libs/libXScrnSaver
"
DEPEND="
${RDEPEND}
app-text/rman
x11-misc/imake
x11-proto/scrnsaverproto
"
src_configure() {
xmkmf || die
}
src_compile() {
emake \
CC="$(tc-getCC)" \
CDEBUGFLAGS="${CFLAGS}" \
EXTRA_LDOPTIONS="${LDFLAGS}"
}
src_install () {
dobin xautolock
newman xautolock.man xautolock.1
dodoc Changelog Readme Todo
}