diff options
author | Stuart Herbert <stuart@gentoo.org> | 2003-12-21 16:11:20 +0000 |
---|---|---|
committer | Stuart Herbert <stuart@gentoo.org> | 2003-12-21 16:11:20 +0000 |
commit | f5e8c5adda022522adba3fbd84107361b86a16ca (patch) | |
tree | 0927582da92dfb84987477f6d7d78f3d8ffccd71 /net-misc/nxcomp | |
parent | Version bump (diff) | |
download | historical-f5e8c5adda022522adba3fbd84107361b86a16ca.tar.gz historical-f5e8c5adda022522adba3fbd84107361b86a16ca.tar.bz2 historical-f5e8c5adda022522adba3fbd84107361b86a16ca.zip |
Version bump
Diffstat (limited to 'net-misc/nxcomp')
-rw-r--r-- | net-misc/nxcomp/Manifest | 4 | ||||
-rw-r--r-- | net-misc/nxcomp/files/digest-nxcomp-1.3.0 | 1 | ||||
-rw-r--r-- | net-misc/nxcomp/nxcomp-1.3.0.ebuild | 31 |
3 files changed, 34 insertions, 2 deletions
diff --git a/net-misc/nxcomp/Manifest b/net-misc/nxcomp/Manifest index 1d7a0a992d79..47c2e2e909ac 100644 --- a/net-misc/nxcomp/Manifest +++ b/net-misc/nxcomp/Manifest @@ -1,8 +1,8 @@ MD5 39430c7d3895dd6b7a9981e094a2e357 nxcomp-1.2.2.ebuild 760 MD5 b53c5302c2eae44e89d613d9f3193cdd nxcomp-1.3.0_beta2.ebuild 785 -MD5 c34e840f0e712fd3813ea39452031741 nxcomp-1.3.0.ebuild 774 +MD5 183970e0b5f22e4485ec8a700168d799 nxcomp-1.3.0.ebuild 768 MD5 0e1abb6c67b5b6d7b0013faee293669e nxcomp-1.2.2-r1.ebuild 763 -MD5 4423e38d8cfaf7ce8e3970abaaeefa36 ChangeLog 698 +MD5 d981e48cb14493e9b76a46b77c966cb9 ChangeLog 814 MD5 8e92b9291198042d907534cb08b013f8 metadata.xml 361 MD5 93171603dadf0e06996bd9fd833c5064 files/digest-nxcomp-1.2.2-r1 67 MD5 5081cbda1915917e07fab844eec70fa6 files/digest-nxcomp-1.3.0_beta2 67 diff --git a/net-misc/nxcomp/files/digest-nxcomp-1.3.0 b/net-misc/nxcomp/files/digest-nxcomp-1.3.0 new file mode 100644 index 000000000000..65df4defd1f8 --- /dev/null +++ b/net-misc/nxcomp/files/digest-nxcomp-1.3.0 @@ -0,0 +1 @@ +MD5 b2f221fba2ad7327efb87be9fc35d0fb nxcomp-1.3.0-48.tar.gz 429738 diff --git a/net-misc/nxcomp/nxcomp-1.3.0.ebuild b/net-misc/nxcomp/nxcomp-1.3.0.ebuild new file mode 100644 index 000000000000..7a79dca17989 --- /dev/null +++ b/net-misc/nxcomp/nxcomp-1.3.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/nxcomp/nxcomp-1.3.0.ebuild,v 1.1 2003/12/21 16:07:07 stuart Exp $ + +MY_P="${PN}-1.3.0-48" +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" +DEPEND="" +# Run-time dependencies, same as DEPEND if RDEPEND isn't defined: +#RDEPEND="" + +S=${WORKDIR}/${PN} + +src_compile() { + ./configure + emake || die "compile problem" +} + +src_install() { + insinto /usr/NX/lib + dolib libXcomp.so.1.3.0 + + dodoc README README-IPAQ LICENSE VERSION + + insinto /usr/NX/include + doins NX.h +} |