You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-portage/prefix-chain-setup/prefix-chain-setup-0.4-r5.e...

24 lines
530 B

# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
inherit prefix
DESCRIPTION="Chained EPREFIX bootstrapping utility"
HOMEPAGE="https://dev.gentoo.org/~mduft"
SRC_URI=""
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~ppc-aix ~ia64-hpux ~x86-interix ~x86-linux ~sparc-solaris ~x86-solaris"
IUSE=""
DEPEND=""
RDEPEND=""
src_install() {
cp "${FILESDIR}"/prefix-chain-setup.in "${T}"/prefix-chain-setup
eprefixify "${T}"/prefix-chain-setup
dobin "${T}"/prefix-chain-setup
}