Magellan Linux

Diff of /trunk/core/include/kde3.sminc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2 by niro, Fri Oct 10 13:29:42 2008 UTC revision 1925 by niro, Wed Jun 10 16:18:25 2009 UTC
# Line 1  Line 1 
1  # $Header: /magellan-cvs/smage/include/kde3.sminc,v 1.17 2006/09/02 11:36:08 niro Exp $  # $Id$
2    
3  ## some global vars ##  ## some global vars ##
4  export QTDIR=/usr  export QTDIR=/usr
# Line 14  export PKG_CONFIG_PATH=${PKG_CONFIG_PATH Line 14  export PKG_CONFIG_PATH=${PKG_CONFIG_PATH
14  # so we prevent this:  # so we prevent this:
15  export KDEDIRS=${KDEDIR}  export KDEDIRS=${KDEDIR}
16    
17  kde3_configure() {  kde3_configure()
18    {
19   local configure_opts   local configure_opts
20    
21   # use --enable-final only on i*86   # use --enable-final only on i*86
# Line 60  kde3_src_compile() Line 61  kde3_src_compile()
61   mmake || die   mmake || die
62  }  }
63    
64  kde3_src_install() {  kde3_src_install()
65    {
66   cd ${SRCDIR}   cd ${SRCDIR}
67    
68   mmake DESTDIR=${BINDIR} ${KDE3_MAKE_OPTS} install || die   mmake DESTDIR=${BINDIR} ${KDE3_MAKE_OPTS} install || die

Legend:
Removed from v.2  
changed lines
  Added in v.1925