blob: 780ec766c8dcdb0f8d0b9b929e6fc599a02ad2c4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-cluster/vproc/vproc-0.01.ebuild,v 1.2 2004/06/24 22:41:35 agriffis Exp $
DESCRIPTION="vserver proc-security manipulator"
SRC_URI="http://www.13thfloor.at/vserver/s_release/v1.26/${P}.tar.bz2"
HOMEPAGE="http://www.13thfloor.at/"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
DEPEND=""
src_compile() {
make || die "compile failed"
}
src_install () {
dosbin vproc
}
|