Changeset 530 in MondoRescue for branches/stable/mindi
- Timestamp:
- May 8, 2006, 5:31:14 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mindi/distributions/gentoo/mindi.ebuild
r308 r530 1 1 # Copyright 1999-2005 Gentoo Foundation 2 2 # Distributed under the terms of the GNU General Public License v2 3 # $ Header: /var/cvsroot/gentoo-x86/sys-apps/mindi/mindi-1.04.ebuild,v 1.1 2005/01/22 10:29:25 wschlich Exp$3 # $Id$ 4 4 5 5 DESCRIPTION="A program that creates emergency boot disks/CDs using your kernel, tools and modules." 6 6 HOMEPAGE="http://www.mondorescue.org" 7 SRC_URI="ftp://ftp. berlios.de/pub/mondorescue/src/${P}.tgz"7 SRC_URI="ftp://ftp.mondorescue.org/src/${P}.tgz" 8 8 9 9 LICENSE="GPL-2" … … 15 15 RDEPEND=">=app-arch/bzip2-0.9 16 16 >=sys-apps/mindi-kernel-1.0-r1 17 app-cdr/cdrtools18 17 sys-libs/ncurses 19 18 sys-devel/binutils … … 23 22 src_unpack() { 24 23 unpack ${A} || die "Failed to unpack ${A}" 25 cd ${S}/rootfs || die26 tar xzf symlinks.tgz || die "Failed to unpack symlinks.tgz"27 28 # This will need to change when IA64 is tested. Obviously.29 rm -f bin/busybox-ia64 sbin/parted2fdisk-ia6430 mv bin/busybox-i386 bin/busybox31 24 } 32 25 33 26 src_install() { 27 export PREFIX="/usr" 28 export CONFDIR="/etc" 29 export RPMBUILDMINDI="true" 34 30 ./install.sh 35 31 }
Note:
See TracChangeset
for help on using the changeset viewer.