Ignore:
Timestamp:
May 19, 2006, 12:37:53 AM (18 years ago)
Author:
bcornec
Message:

mondo-doc should now generate

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo/distributions/gentoo/mondo.ebuild

    r543 r556  
    77DESCRIPTION="The premier GPL disaster recovery solution."
    88HOMEPAGE="http://www.mondorescue.org"
    9 SRC_URI="ftp://ftp.mondorecue.org/src/${PN/-rescue/}-${PV}.tgz"
     9SRC_URI="ftp://ftp.mondorecue.org/src/${PN/-rescue/}-${PV}-${PR}.tgz"
    1010
    1111LICENSE="GPL-2"
     
    2727    >=sys-boot/syslinux-1.52"
    2828
    29 S=${WORKDIR}/${PN/-rescue/}-${PV}
     29S=${WORKDIR}/${PN/-rescue/}-${PV}-${PR}
    3030
    3131src_unpack() {
     
    3838    elibtoolize
    3939    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"
    4241}
    4342
    4443src_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"
    4746    exeinto /usr/share/mondo
    4847    doexe mondo/autorun
     
    5453    einfo "Or visit the website @ ${HOMEPAGE}"
    5554    echo
    56     ewarn "This package is still in unstable."
     55    ewarn "This package is a new version after a long gap."
    5756    ewarn "Please report bugs to http://bugs.gentoo.org/"
    5857    ewarn "However, please do an advanced query to search for bugs"
Note: See TracChangeset for help on using the changeset viewer.