diff options
author | 2007-01-26 19:07:09 +0000 | |
---|---|---|
committer | 2007-01-26 19:07:09 +0000 | |
commit | d4ae49e15c8106cd4c4ae9fae647cc4e8191a15c (patch) | |
tree | cb4d6f81a6d7c29c0364aa3a936a9037f5300649 /net-misc/tipcutils/tipcutils-1.0.4.ebuild | |
parent | Cleaning out vulnerable (see bug #159278) versions. (diff) | |
download | gentoo-2-d4ae49e15c8106cd4c4ae9fae647cc4e8191a15c.tar.gz gentoo-2-d4ae49e15c8106cd4c4ae9fae647cc4e8191a15c.tar.bz2 gentoo-2-d4ae49e15c8106cd4c4ae9fae647cc4e8191a15c.zip |
New tool for the TIPC protocol wrt #130002
(Portage version: 2.1.1-r2)
Diffstat (limited to 'net-misc/tipcutils/tipcutils-1.0.4.ebuild')
-rw-r--r-- | net-misc/tipcutils/tipcutils-1.0.4.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/net-misc/tipcutils/tipcutils-1.0.4.ebuild b/net-misc/tipcutils/tipcutils-1.0.4.ebuild new file mode 100644 index 000000000000..df24de8b0d97 --- /dev/null +++ b/net-misc/tipcutils/tipcutils-1.0.4.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/tipcutils/tipcutils-1.0.4.ebuild,v 1.1 2007/01/26 19:07:09 gustavoz Exp $ + +DESCRIPTION="Utilities for TIPC (Transparent Inter-Process Communication)" +HOMEPAGE="http://tipc.sourceforge.net/" +SRC_URI="mirror://sourceforge/tipc/${P}.tar.gz" + +LICENSE="as-is" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="" + +src_install () { + dosbin tipc-config +} |