From a0064ba7be5908f908829e973094ba650c7b635d Mon Sep 17 00:00:00 2001 From: Donnie Berkholz Date: Mon, 11 Oct 2004 09:29:01 +0000 Subject: A real release, albeit hard to find (#65620). Ebuild fixes are from Adam Jackson . --- x11-misc/xcompmgr/xcompmgr-1.1.ebuild | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 x11-misc/xcompmgr/xcompmgr-1.1.ebuild (limited to 'x11-misc/xcompmgr/xcompmgr-1.1.ebuild') diff --git a/x11-misc/xcompmgr/xcompmgr-1.1.ebuild b/x11-misc/xcompmgr/xcompmgr-1.1.ebuild new file mode 100644 index 000000000000..800e7ce9d06f --- /dev/null +++ b/x11-misc/xcompmgr/xcompmgr-1.1.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +inherit eutils + +IUSE="" + +DESCRIPTION="X Compositing manager" +HOMEPAGE="http://freedesktop.org/Software/xapps" +SRC_URI="http://freedesktop.org/~xapps/release/${P}.tar.gz" + +SLOT="0" +LICENSE="BSD" +KEYWORDS="~x86 ~ppc ~amd64" + +RDEPEND=">=x11-base/xorg-x11-6.8.0" + +DEPEND="${RDEPEND} + >=sys-devel/automake-1.7 + >=sys-devel/autoconf-2.5 + dev-util/pkgconfig" + +src_compile() { + export WANT_AUTOCONF=2.5 + export WANT_AUTOMAKE=1.7 + ./autogen.sh || die + econf || die + emake || die "emake failed" +} + +src_install() { + make DESTDIR=${D} install || die + dodoc ChangeLog +} -- cgit v1.2.3-65-gdbad