diff options
author | Stuart Herbert <stuart@gentoo.org> | 2003-11-13 20:48:29 +0000 |
---|---|---|
committer | Stuart Herbert <stuart@gentoo.org> | 2003-11-13 20:48:29 +0000 |
commit | 50a8470a36fcd58122fcafcdcedfca6cfb587ff4 (patch) | |
tree | e2944beb69466828e324345cd20c192fa57b0ecb /net-misc | |
parent | Added 1.3.0-beta2 (diff) | |
download | historical-50a8470a36fcd58122fcafcdcedfca6cfb587ff4.tar.gz historical-50a8470a36fcd58122fcafcdcedfca6cfb587ff4.tar.bz2 historical-50a8470a36fcd58122fcafcdcedfca6cfb587ff4.zip |
Added 1.3.0-beta2
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/nxcomp/Manifest | 4 | ||||
-rw-r--r-- | net-misc/nxcomp/files/digest-nxcomp-1.3.0_beta2 | 1 | ||||
-rw-r--r-- | net-misc/nxcomp/nxcomp-1.3.0_beta2.ebuild | 31 |
3 files changed, 34 insertions, 2 deletions
diff --git a/net-misc/nxcomp/Manifest b/net-misc/nxcomp/Manifest index f9e5bb62577b..cb76f1c39fa1 100644 --- a/net-misc/nxcomp/Manifest +++ b/net-misc/nxcomp/Manifest @@ -1,7 +1,7 @@ MD5 39430c7d3895dd6b7a9981e094a2e357 nxcomp-1.2.2.ebuild 760 -MD5 93ccbc87d01644d3eb994c0c8e120fa2 nxcomp-1.3.0_beta2.ebuild 781 +MD5 64623e84628ed58f83cb105348ada4e8 nxcomp-1.3.0_beta2.ebuild 785 MD5 0e1abb6c67b5b6d7b0013faee293669e nxcomp-1.2.2-r1.ebuild 763 -MD5 153787ed68c824f92ba42731c073b041 ChangeLog 432 +MD5 75ec9a5fb2629be4524a3fc6c65e18bf ChangeLog 526 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_beta2 b/net-misc/nxcomp/files/digest-nxcomp-1.3.0_beta2 new file mode 100644 index 000000000000..79b2642082cc --- /dev/null +++ b/net-misc/nxcomp/files/digest-nxcomp-1.3.0_beta2 @@ -0,0 +1 @@ +MD5 b3ca4f2dd58fcd29167c8edd0c1ee4ca nxcomp-1.3.0-34.tar.gz 426349 diff --git a/net-misc/nxcomp/nxcomp-1.3.0_beta2.ebuild b/net-misc/nxcomp/nxcomp-1.3.0_beta2.ebuild new file mode 100644 index 000000000000..ec2d0633fe0f --- /dev/null +++ b/net-misc/nxcomp/nxcomp-1.3.0_beta2.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_beta2.ebuild,v 1.1 2003/11/13 20:48:25 stuart Exp $ + +MY_P="${PN}-1.3.0-34" +DESCRIPTION="X11 protocol compression library" +HOMEPAGE="http://www.nomachine.com/" +SRC_URI="http://www.nomachine.com/download/beta/nxclient-sources-beta2/${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.2.2 + + dodoc README README-IPAQ LICENSE VERSION + + insinto /usr/NX/include + doins NX.h +} |