diff options
Diffstat (limited to 'net-misc/nxcomp/nxcomp-1.3.2.ebuild')
-rw-r--r-- | net-misc/nxcomp/nxcomp-1.3.2.ebuild | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/net-misc/nxcomp/nxcomp-1.3.2.ebuild b/net-misc/nxcomp/nxcomp-1.3.2.ebuild deleted file mode 100644 index 9097662fc5b5..000000000000 --- a/net-misc/nxcomp/nxcomp-1.3.2.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/nxcomp/nxcomp-1.3.2.ebuild,v 1.6 2005/01/02 10:19:41 stuart Exp $ - -MY_P="${PN}-1.3.2-4" -DESCRIPTION="X11 protocol compression library" -HOMEPAGE="http://www.nomachine.com/" -SRC_URI="http://www.nomachine.com/download/nxsources/nxcomp/${MY_P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ~ppc" -IUSE="" -DEPEND=">=media-libs/jpeg-6b-r3 ->=media-libs/libpng-1.2.5-r4 ->=sys-devel/gcc-3.2.3-r2 ->=sys-libs/glibc-2.3.2-r3 ->=sys-libs/zlib-1.1.4-r2 -virtual/x11" - -# Run-time dependencies, same as DEPEND if RDEPEND isn't defined: -#RDEPEND="" - -S=${WORKDIR}/${PN} - -src_compile() { - ./configure - DISTCC_HOSTS="localhost" CCACHE_DISABLE="1" emake || die "compile problem" -} - -src_install() { - dolib libXcomp.so.${PV} - preplib - - dodoc README README-IPAQ LICENSE VERSION - - insinto /usr/NX/include - doins NX.h -} |