Changeset 576 in MondoRescue for branches/2.0.8/mindi/distributions
- Timestamp:
- May 25, 2006, 2:00:37 PM (19 years ago)
- Location:
- branches/2.0.8/mindi/distributions
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0.8/mindi/distributions/gentoo/mindi.ebuild
r535 r576 1 # Copyright 1999-200 5Gentoo Foundation1 # Copyright 1999-2004 Gentoo Foundation 2 2 # Distributed under the terms of the GNU General Public License v2 3 # $Header: $ 4 3 5 # $Id$ 4 6 5 7 DESCRIPTION="A program that creates emergency boot disks/CDs using your kernel, tools and modules." 6 8 HOMEPAGE="http://www.mondorescue.org" 7 SRC_URI="ftp://ftp.mondorescue.org/src/${P }.tgz"9 SRC_URI="ftp://ftp.mondorescue.org/src/${PVR}.tar.gz" 8 10 9 11 LICENSE="GPL-2" … … 14 16 DEPEND="virtual/libc" 15 17 RDEPEND=">=app-arch/bzip2-0.9 16 >=sys-apps/mindi-kernel-1.0-r117 18 sys-libs/ncurses 18 19 sys-devel/binutils … … 27 28 export PREFIX="/usr" 28 29 export CONFDIR="/etc" 30 export DONT_RELINK=1 29 31 export RPMBUILDMINDI="true" 30 32 ./install.sh -
branches/2.0.8/mindi/distributions/mandriva/spec.m4
r388 r576 2 2 dnl 3 3 dnl SSS is replaced by the source package format 4 define(`SSS', ` %{name}-%{version}.tar.bz2')dnl4 define(`SSS', `ftp://ftp.mondorescue.org/src/%{name}-%{version}-%{tag}.tar.bz2')dnl 5 5 dnl DDD is replaced by the list of dependencies specific to that distro 6 define(`DDD', ` %{addreqb}, which, grep >= 2.5')dnl6 define(`DDD', `, which, grep >= 2.5')dnl 7 7 dnl GRP is replaced by the RPM group of apps 8 8 define(`GRP', `Archiving/Backup')dnl -
branches/2.0.8/mindi/distributions/redhat/spec.m4
r495 r576 2 2 dnl 3 3 dnl SSS is replaced by the source package format 4 define(`SSS', ftp://ftp.mondorescue.org/src/%{name}-%{version}.tgz)dnl4 define(`SSS', `ftp://ftp.mondorescue.org/src/%{name}-%{version}-%{tag}.tar.gz')dnl 5 5 dnl DDD is replaced by the list of dependencies specific to that distro 6 define(`DDD', %{addreqb}, which, grep >= 2.5)dnl6 define(`DDD', `, which, grep >= 2.5')dnl 7 7 dnl GRP is replaced by the RPM group of apps 8 define(`GRP', Applications/Archiving)dnl8 define(`GRP', `Applications/Archiving')dnl -
branches/2.0.8/mindi/distributions/rpm/mindi.spec
r495 r576 2 2 # $Id$ 3 3 # 4 %define name mindi5 %define version VVV6 4 %define mrel RRR 7 %define src SSS 8 %define grp GRP 9 %define addreqb bzip2 >= 0.9, mkisofs, ncurses, binutils, gawk, dosfstools 10 %define addreq DDD 11 %define rel %{mrel} 5 %define tag TTT 12 6 13 7 Summary: Mindi creates emergency boot disks/CDs using your kernel, tools and modules 14 Name: %name15 Version: %version16 Release: % rel8 Name: mindi 9 Version: VVV 10 Release: %mrel 17 11 License: GPL 18 Group: %{grp}12 Group: GRP 19 13 Url: http://www.mondorescue.org 20 Source: %{src}14 Source: SSS 21 15 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -u -n) 22 Requires: %{addreq} 23 Epoch: %(echo EEE | cut -d- -f1 | sed "s~M~~") 16 Requires: bzip2 >= 0.9, mkisofs, ncurses, binutils, gawk, dosfstools DDD 24 17 # Not on all systems 25 18 #Conflicts: bonnie++ … … 32 25 33 26 %prep 34 %setup -n %name-%{version} 27 %setup -n %name-%{version}-%{tag} 35 28 36 29 %build … … 59 52 60 53 %files 61 %defattr(644,root,root,755)62 54 %config(noreplace) %{_sysconfdir}/mindi 63 55 %config(noreplace) %{_sysconfdir}/mindi/deplist.txt … … 65 57 %{_mandir}/man8/* 66 58 %{_libdir}/mindi 67 %attr(755,root,root) %{_sbindir}/* 68 %attr(755,root,root) %{_libdir}/mindi/aux-tools/sbin/* 69 %attr(755,root,root) %{_libdir}/mindi/rootfs/bin/* 70 %attr(755,root,root) %{_libdir}/mindi/rootfs/sbin/* 59 %{_sbindir}/* 71 60 72 61 %changelog -
branches/2.0.8/mindi/distributions/suse/spec.m4
r401 r576 2 2 dnl 3 3 dnl SSS is replaced by the source package format 4 define(`SSS', %{name}-%{version}.tgz)dnl4 define(`SSS', `ftp://ftp.mondorescue.org/src/%{name}-%{version}-%{tag}.tar.gz')dnl 5 5 dnl DDD is replaced by the list of dependencies specific to that distro 6 define(`DDD', %{addreqb}, syslinux)dnl6 define(`DDD', `, syslinux')dnl 7 7 dnl GRP is replaced by the RPM group of apps 8 define(`GRP', Productivity/Archiving/Backup)dnl8 define(`GRP', `Productivity/Archiving/Backup')dnl
Note:
See TracChangeset
for help on using the changeset viewer.