# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="Utility that rolls su, chroot and linux32 into one command." SRC_URI="http://www.gonoph.net/Archive/utilities/l32/l32_${PV}.tar.gz" HOMEPAGE="http://www.gonoph.net/projects/utilities/l32/index.html" IUSE="" DEPEND="" SLOT="0" LICENSE="GPL-2" KEYWORDS="~amd64 -*" src_unpack() { unpack ${A} cd ${S} epatch ${FILESDIR}/l32_h-gentoo.patch } src_install() { make DESTDIR=${D} bindir=/usr/bin mandir=/usr/share/man install || die cd ${S} dodoc INSTALL }