summaryrefslogtreecommitdiff
blob: b44712f59ab43750b0154cdaa8a111f41124cd83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

DESCRIPTION="A program that creates emergency boot disks/CDs using your kernel, tools and modules."
HOMEPAGE="http://www.mondorescue.org"
SRC_URI="ftp://ftp.mondorescue.org/debian/3.1/${P/-/_}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 amd64 -*"
IUSE=""

DEPEND="virtual/libc"

RDEPEND=">=app-arch/bzip2-0.9
		sys-libs/ncurses
		sys-devel/binutils
		sys-fs/dosfstools
		sys-apps/gawk
		>=app-backups/mindi-busybox-1.2.2"

S="${WORKDIR}/mindi-stable"

src_install() {
	export HEAD="${D}"
	export PREFIX="/usr"
	export CONFDIR="/etc"
	export MANDIR="${PREFIX}/share/man"
	export LIBDIR="${PREFIX}/lib"
	export DOCDIR="${PREFIX}/share/doc"
	export DONT_RELINK=1
	export RPMBUILDMINDI="true"
	${S}/install.sh
}