[gentoo-x86] / sys-apps / dmidecode / dmidecode-2.9.ebuild Project Root:

GentooDiff of /sys-apps/dmidecode/dmidecode-2.9.ebuild

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph

version 1.4, Fri Jun 29 14:16:06 2007 UTC version 1.5, Wed Jan 2 21:53:41 2008 UTC
Line 1 
Line 1 
 # Copyright 1999-2007 Gentoo Foundation  # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2  # Distributed under the terms of the GNU General Public License v2
 # $Header$  # $Header$
   
 inherit flag-o-matic  inherit flag-o-matic toolchain-funcs
   
 DESCRIPTION="DMI (Desktop Management Interface) table related utilities"  DESCRIPTION="DMI (Desktop Management Interface) table related utilities"
 HOMEPAGE="http://www.nongnu.org/dmidecode/"  HOMEPAGE="http://www.nongnu.org/dmidecode/"
Line 26 
Line 26 
 }  }
   
 src_compile() {  src_compile() {
         emake CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" || die "emake failed"          emake \
                   CFLAGS="${CFLAGS}" \
                   LDFLAGS="${LDFLAGS}" \
                   CC=$(tc-getCC) \
                   || die "emake failed"
 }  }
   
 src_install() {  src_install() {
         make install DESTDIR="${D}" || die "make install failed"          emake install DESTDIR="${D}" || die "make install failed"
         prepalldocs          prepalldocs
 }  }

Generate output suitable for use with a patch program
Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

www@gentoo.org

Powered by ViewCVS 1.0_pre20050929

ViewCVS and CVS Help