Changeset 764 in MondoRescue for trunk/mondo/distributions
- Timestamp:
- Aug 8, 2006, 12:34:37 AM (19 years ago)
- Location:
- trunk/mondo/distributions
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/mondo/distributions/gentoo/mondo.ebuild
r588 r764 9 9 DESCRIPTION="The premier GPL disaster recovery solution." 10 10 HOMEPAGE="http://www.mondorescue.org" 11 SRC_URI="ftp://ftp.mondore cue.org/src/${PN/-rescue/}-${PV}-${PR}.tgz"11 SRC_URI="ftp://ftp.mondorescue.org/src/${PN/-rescue/}-${PV}.tar.gz" 12 12 13 13 LICENSE="GPL-2" … … 29 29 >=sys-boot/syslinux-1.52" 30 30 31 S=${WORKDIR}/${PN/-rescue/}-${PV} -${PR}31 S=${WORKDIR}/${PN/-rescue/}-${PV} 32 32 33 33 src_unpack() { -
trunk/mondo/distributions/mandriva/spec.m4
r729 r764 2 2 dnl 3 3 dnl SSS is replaced by the source package format 4 define(`SSS', `ftp://ftp.mondorescue.org/src/%{name}-%{version} -TTT.tar.bz2')dnl4 define(`SSS', `ftp://ftp.mondorescue.org/src/%{name}-%{version}.tar.bz2')dnl 5 5 dnl DDD is replaced by the list of dependencies specific to that distro 6 6 define(`DDD', )dnl -
trunk/mondo/distributions/redhat/spec.m4
r729 r764 2 2 dnl 3 3 dnl SSS is replaced by the source package format 4 define(`SSS', `ftp://ftp.mondorescue.org/src/%{name}-%{version} -TTT.tar.gz')dnl4 define(`SSS', `ftp://ftp.mondorescue.org/src/%{name}-%{version}.tar.gz')dnl 5 5 dnl DDD is replaced by the list of dependencies specific to that distro 6 6 define(`DDD', )dnl -
trunk/mondo/distributions/rpm/mondo.spec
r729 r764 3 3 # 4 4 5 %define addreq mindi >= 1.0. 7, bzip2 >= 0.9, afio, mkisofs, binutils, newt >= 0.50, DDD5 %define addreq mindi >= 1.0.9, bzip2 >= 0.9, afio, mkisofs, binutils, newt >= 0.50, DDD 6 6 7 7 Summary: A program which a Linux user can utilize to create a rescue/restore CD/tape -
trunk/mondo/distributions/suse/spec.m4
r729 r764 2 2 dnl 3 3 dnl SSS is replaced by the source package format 4 define(`SSS', `ftp://ftp.mondorescue.org/src/%{name}-%{version} -TTT.tar.bz2')dnl4 define(`SSS', `ftp://ftp.mondorescue.org/src/%{name}-%{version}.tar.bz2')dnl 5 5 dnl DDD is replaced by the list of dependencies specific to that distro 6 6 define(`DDD', `, buffer, cdrecord')dnl
Note:
See TracChangeset
for help on using the changeset viewer.