diff options
author | 2004-06-06 23:47:12 +0000 | |
---|---|---|
committer | 2004-06-06 23:47:12 +0000 | |
commit | 0116bb4f7567e16bb3a5b19692d003a0d7a5b53d (patch) | |
tree | 6c65936025014587b3285f164bac252b4c17e673 /sys-cluster/ipvsadm/ipvsadm-1.24.ebuild | |
parent | new version on cpan (Manifest recommit) (diff) | |
download | gentoo-2-0116bb4f7567e16bb3a5b19692d003a0d7a5b53d.tar.gz gentoo-2-0116bb4f7567e16bb3a5b19692d003a0d7a5b53d.tar.bz2 gentoo-2-0116bb4f7567e16bb3a5b19692d003a0d7a5b53d.zip |
Added missing header and libs. Closes #51217.
Diffstat (limited to 'sys-cluster/ipvsadm/ipvsadm-1.24.ebuild')
-rw-r--r-- | sys-cluster/ipvsadm/ipvsadm-1.24.ebuild | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/sys-cluster/ipvsadm/ipvsadm-1.24.ebuild b/sys-cluster/ipvsadm/ipvsadm-1.24.ebuild index c991f21823e8..6af2f7b61da2 100644 --- a/sys-cluster/ipvsadm/ipvsadm-1.24.ebuild +++ b/sys-cluster/ipvsadm/ipvsadm-1.24.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ipvsadm/ipvsadm-1.24.ebuild,v 1.2 2004/03/12 00:00:25 tantive Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ipvsadm/ipvsadm-1.24.ebuild,v 1.3 2004/06/06 23:47:12 tantive Exp $ DESCRIPTION="ipvsadm is a utility to administer the IP virtual server services offered by the Linux kernel with IP virtual server support." @@ -34,6 +34,17 @@ src_install() { newexe ${FILESDIR}/ipvsadm-init ipvsadm keepdir /var/lib/ipvsadm + diropts -m 755 -o root -g root + dodir /usr/lib + dodir /usr/include/ipvs + + insopts -m 644 -o root -g root + insinto /usr/lib + doins libipvs/libipvs.a + + insinto /usr/include/ipvs + newins libipvs/libipvs.h ipvs.h + einfo "You will need a kernel that has ipvs patches to use LVS." einfo "This version is specicifically for 2.6 kernels." } |