Ignore:
Timestamp:
May 25, 2006, 2:00:37 PM (18 years ago)
Author:
bcornec
Message:

2.08 synced with stable as of r575
VERSION files updated

File:
1 edited

Legend:

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

    r535 r576  
    1 # Copyright 1999-2005 Gentoo Foundation
     1# Copyright 1999-2004 Gentoo Foundation
    22# Distributed under the terms of the GNU General Public License v2
     3# $Header: $
     4
    35# $Id$
    46
     
    79DESCRIPTION="The premier GPL disaster recovery solution."
    810HOMEPAGE="http://www.mondorescue.org"
    9 SRC_URI="ftp://ftp.mondorecue.org/src/${PN/-rescue/}-${PV}.tgz"
     11SRC_URI="ftp://ftp.mondorecue.org/src/${PN/-rescue/}-${PV}-${PR}.tgz"
    1012
    1113LICENSE="GPL-2"
     
    2729    >=sys-boot/syslinux-1.52"
    2830
    29 S=${WORKDIR}/${PN/-rescue/}-${PV}
     31S=${WORKDIR}/${PN/-rescue/}-${PV}-${PR}
    3032
    3133src_unpack() {
     
    3840    elibtoolize
    3941    econf || die "Configuration failed"
    40     emake || die "Make failed"
    41     #make VERSION=VVV CFLAGS="-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT"
     42    emake VERSION=VVV || die "Make failed"
    4243}
    4344
    4445src_install() {
    45     #make install DESTDIR=${D} || die "make install failed"
    46     einstall || die "Install failed"
     46    make install DESTDIR=${D} || die "make install failed"
     47    #einstall || die "Install failed"
    4748    exeinto /usr/share/mondo
    4849    doexe mondo/autorun
     
    5455    einfo "Or visit the website @ ${HOMEPAGE}"
    5556    echo
    56     ewarn "This package is still in unstable."
     57    ewarn "This package is a new version after a long gap."
    5758    ewarn "Please report bugs to http://bugs.gentoo.org/"
    5859    ewarn "However, please do an advanced query to search for bugs"
Note: See TracChangeset for help on using the changeset viewer.