mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-admin/chroot_safe: Drop old
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
This commit is contained in:
@@ -1,35 +0,0 @@
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=4
|
||||
inherit eutils multilib
|
||||
|
||||
DESCRIPTION="a tool to chroot any dynamically linked application in a safe and sane manner"
|
||||
HOMEPAGE="http://chrootsafe.sourceforge.net/"
|
||||
SRC_URI="mirror://sourceforge/${PN//_}/${P}.tgz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ppc x86"
|
||||
IUSE=""
|
||||
|
||||
src_prepare() {
|
||||
epatch "${FILESDIR}"/${P}-ldflags.patch
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
econf --libexecdir="${EPREFIX}/usr/$(get_libdir)"
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
emake CPPFLAGS="${CXXFLAGS}" CXX="$(tc-getCXX)"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dolib.so chroot_safe.so
|
||||
dosbin chroot_safe
|
||||
sed -i -e "s:/chroot_safe::" "${ED}"/usr/sbin/chroot_safe \
|
||||
|| die "sed chroot_safe failed"
|
||||
doman chroot_safe.1
|
||||
dodoc CHANGES.txt
|
||||
}
|
||||
Reference in New Issue
Block a user