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.
32 lines
812 B
32 lines
812 B
# Copyright 1999-2006 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/x11-misc/xscreensaver-app/xscreensaver-app-2.3.ebuild,v 1.8 2006/01/21 18:31:47 nelchael Exp $
|
|
|
|
IUSE=""
|
|
|
|
MY_PN=${PN/-a/.A}
|
|
MY_PN=${MY_PN/xs/XS}
|
|
MY_PN=${MY_PN/s/S}
|
|
S="${WORKDIR}/${MY_PN}-${PV}"
|
|
|
|
DESCRIPTION="XScreenSaver dockapp for the Window Maker window manager."
|
|
SRC_URI=" http://www.asleep.net/download/${MY_PN}-${PV}.tar.gz"
|
|
HOMEPAGE="http://xscreensaverapp.sourceforge.net/"
|
|
|
|
SLOT="0"
|
|
LICENSE="GPL-2"
|
|
KEYWORDS="amd64 x86"
|
|
|
|
RDEPEND="x11-misc/xscreensaver"
|
|
DEPEND="x11-libs/libdockapp"
|
|
|
|
src_compile() {
|
|
econf || die "Configuration failed"
|
|
emake || die "Make Failed"
|
|
}
|
|
|
|
src_install () {
|
|
einstall || die "Install failed"
|
|
dodoc README NEWS ChangeLog TODO AUTHORS
|
|
}
|