diff options
Diffstat (limited to 'net-misc/nxcl/nxcl-9999.ebuild')
-rw-r--r-- | net-misc/nxcl/nxcl-9999.ebuild | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/net-misc/nxcl/nxcl-9999.ebuild b/net-misc/nxcl/nxcl-9999.ebuild deleted file mode 100644 index 99c1761..0000000 --- a/net-misc/nxcl/nxcl-9999.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -inherit autotools subversion - -DESCRIPTION="A library for building NX clients" -HOMEPAGE="http://svn.berlios.de/wsvn/freenx/nxcl" - -ESVN_REPO_URI="svn://svn.berlios.de/freenx/trunk/freenx-client/nxcl" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="dbus" - -DEPEND="dbus? ( sys-apps/dbus ) - net-misc/nx" -RDEPEND="${DEPEND}" - -src_unpack() { - subversion_src_unpack - eautoreconf -} - -src_install() { - emake DESTDIR="${D}" install || die "Install failed" -} |