# 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" # sparc will not build correctly on older glibc versions than this DEPEND=">=sys-libs/glibc-2.3.2-r3" IUSE="" src_install() { make libdir=${D}/lib bindir=${D}/usr/bin install dodoc README AUTHORS COPYING }