summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-backup/mindi/mindi-1.2.1.ebuild')
-rw-r--r--app-backup/mindi/mindi-1.2.1.ebuild35
1 files changed, 35 insertions, 0 deletions
diff --git a/app-backup/mindi/mindi-1.2.1.ebuild b/app-backup/mindi/mindi-1.2.1.ebuild
new file mode 100644
index 0000000..b44712f
--- /dev/null
+++ b/app-backup/mindi/mindi-1.2.1.ebuild
@@ -0,0 +1,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
+}