# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Francisco Gimeno S=${WORKDIR}/${P} DESCRIPTION="Posix 1e capabilities" SRC_URI="http://www.kernel.org/pub/linux/libs/security/linux-privs/kernel-2.4/${P}.tar.bz2" HOMEPAGE="http://www.kernel.org/" src_compile() { emake || die } src_install() { make install FAKEROOT=${D} || die dodoc CHANGELOG }