diff options
Diffstat (limited to 'net-misc/nxcl/nxcl-0.9.ebuild')
-rw-r--r-- | net-misc/nxcl/nxcl-0.9.ebuild | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/net-misc/nxcl/nxcl-0.9.ebuild b/net-misc/nxcl/nxcl-0.9.ebuild deleted file mode 100644 index 228793629ec0..000000000000 --- a/net-misc/nxcl/nxcl-0.9.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/nxcl/nxcl-0.9.ebuild,v 1.6 2008/09/10 09:12:14 voyageur Exp $ - -inherit autotools - -MY_P="freenx-client-${PV}" -DESCRIPTION="A library for building NX clients" -HOMEPAGE="http://developer.berlios.de/projects/freenx/" -SRC_URI="mirror://berlios/freenx/${MY_P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="dbus doc" - -RDEPEND="net-misc/nx - net-misc/nxclient - dbus? ( sys-apps/dbus )" -DEPEND="${RDEPEND} - doc? ( app-doc/doxygen )" -S="${WORKDIR}/${MY_P}/${PN}" - -src_unpack() { - unpack ${A} - cd "${S}" - - epatch "${FILESDIR}"/${P}-gcc43.patch - eautoreconf -} - -src_compile() { - econf $(use_with doc doxygen) || die "configure failed" - emake || die "make failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "install failed" -} |