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 1926 by niro, Wed Jun 10 16:20:31 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    sminclude qt3
4    
5  ## some global vars ##  ## some global vars ##
 export QTDIR=/usr  
6  export KDEDIR=/usr  export KDEDIR=/usr
7  export KDECONFDIR=/etc  export KDECONFDIR=/etc
8    
# Line 14  export PKG_CONFIG_PATH=${PKG_CONFIG_PATH Line 15  export PKG_CONFIG_PATH=${PKG_CONFIG_PATH
15  # so we prevent this:  # so we prevent this:
16  export KDEDIRS=${KDEDIR}  export KDEDIRS=${KDEDIR}
17    
18  kde3_configure() {  kde3_configure()
19    {
20   local configure_opts   local configure_opts
21    
22   # use --enable-final only on i*86   # use --enable-final only on i*86
# Line 60  kde3_src_compile() Line 62  kde3_src_compile()
62   mmake || die   mmake || die
63  }  }
64    
65  kde3_src_install() {  kde3_src_install()
66    {
67   cd ${SRCDIR}   cd ${SRCDIR}
68    
69   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.1926