# 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/" IUSE="" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86" DEPEND="" src_unpack() { unpack ${A} } src_compile() { emake || die } src_install() { make libdir=${D}/lib bindir=${D}/usr/bin install dodoc README AUTHORS COPYING }