# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="A preload (sandbox) library to restrict filesystem writes" SRC_URI="http://dag.wieers.com/home-made/soapbox/${P}.tar.bz2" HOMEPAGE="http://dag.wieers.com/home-made/soapbox/" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 amd64 sparc" DEPEND=">=sys-libs/glibc-2.3.2-r3" src_unpack() { unpack ${A} } src_compile() { emake || die } src_install() { make libdir=${D}/lib bindir=${D}/usr/bin install dodoc README AUTHORS COPYING }