summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2006-08-26 09:49:11 +0000
committerAlastair Tse <liquidx@gentoo.org>2006-08-26 09:49:11 +0000
commit89529546d1eb24a5b6e2c55396cf400a64b5e0c1 (patch)
treec291edc96e30ae0af8a98c99c67ad5332a4831d7 /app-backup/mindi/mindi-1.0.9.ebuild
parentmigrating to patched tarballs, bumping version of python 2.5 (diff)
downloadliquidx-89529546d1eb24a5b6e2c55396cf400a64b5e0c1.tar.gz
liquidx-89529546d1eb24a5b6e2c55396cf400a64b5e0c1.tar.bz2
liquidx-89529546d1eb24a5b6e2c55396cf400a64b5e0c1.zip
adding mindi and mondo for personal purposes
svn path=/; revision=64
Diffstat (limited to 'app-backup/mindi/mindi-1.0.9.ebuild')
-rw-r--r--app-backup/mindi/mindi-1.0.9.ebuild28
1 files changed, 28 insertions, 0 deletions
diff --git a/app-backup/mindi/mindi-1.0.9.ebuild b/app-backup/mindi/mindi-1.0.9.ebuild
new file mode 100644
index 0000000..906edb1
--- /dev/null
+++ b/app-backup/mindi/mindi-1.0.9.ebuild
@@ -0,0 +1,28 @@
+# 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/src/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="x86 -*"
+IUSE=""
+
+DEPEND="virtual/libc"
+
+RDEPEND=">=app-arch/bzip2-0.9
+ sys-libs/ncurses
+ sys-devel/binutils
+ sys-fs/dosfstools
+ sys-apps/gawk"
+
+src_install() {
+ export PREFIX="${D}/usr"
+ export CONFDIR="${D}/etc"
+ export DONT_RELINK=1
+ export RPMBUILDMINDI="true"
+ "${WORKDIR}"/"${P}"/install.sh
+}