Changeset 556 in MondoRescue for branches/stable/mondo
- Timestamp:
- May 19, 2006, 12:37:53 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mondo/distributions/gentoo/mondo.ebuild
r543 r556 7 7 DESCRIPTION="The premier GPL disaster recovery solution." 8 8 HOMEPAGE="http://www.mondorescue.org" 9 SRC_URI="ftp://ftp.mondorecue.org/src/${PN/-rescue/}-${PV} .tgz"9 SRC_URI="ftp://ftp.mondorecue.org/src/${PN/-rescue/}-${PV}-${PR}.tgz" 10 10 11 11 LICENSE="GPL-2" … … 27 27 >=sys-boot/syslinux-1.52" 28 28 29 S=${WORKDIR}/${PN/-rescue/}-${PV} 29 S=${WORKDIR}/${PN/-rescue/}-${PV}-${PR} 30 30 31 31 src_unpack() { … … 38 38 elibtoolize 39 39 econf || die "Configuration failed" 40 emake || die "Make failed" 41 #make VERSION=VVV CFLAGS="-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT" 40 emake VERSION=VVV || die "Make failed" 42 41 } 43 42 44 43 src_install() { 45 #make install DESTDIR=${D} || die "make install failed"46 einstall || die "Install failed"44 make install DESTDIR=${D} || die "make install failed" 45 #einstall || die "Install failed" 47 46 exeinto /usr/share/mondo 48 47 doexe mondo/autorun … … 54 53 einfo "Or visit the website @ ${HOMEPAGE}" 55 54 echo 56 ewarn "This package is still in unstable."55 ewarn "This package is a new version after a long gap." 57 56 ewarn "Please report bugs to http://bugs.gentoo.org/" 58 57 ewarn "However, please do an advanced query to search for bugs"
Note:
See TracChangeset
for help on using the changeset viewer.