Magellan Linux

Diff of /smage/trunk/core/popt/popt-1.15-r2.smage2

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

revision 136 by niro, Fri Jan 8 18:51:16 2010 UTC revision 137 by niro, Fri Jan 8 19:17:09 2010 UTC
# Line 10  STATE="unstable" Line 10  STATE="unstable"
10  DESCRIPTION="Popt - Library for parsing command line options."  DESCRIPTION="Popt - Library for parsing command line options."
11  HOMEPAGE="http://rpm5.org/"  HOMEPAGE="http://rpm5.org/"
12    
13  DEPEND=">= sys-dev/gettext-0.17"  DEPEND=""
14    
15  SRCFILE="${PNAME}-${PVER}.tar.gz"  SRCFILE="${PNAME}-${PVER}.tar.gz"
16  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17    
18  sminclude mbuild  MCORE_ONLY_KEEP="usr/$(mlibdir)/*.so usr/$(mlibdir)/*.so.*"
19    sminclude mbuild mcore-split
20    
21  SRC_URI=(  SRC_URI=(
22   http://rpm5.org/files/${PNAME}/${SRCFILE}   http://rpm5.org/files/${PNAME}/${SRCFILE}
# Line 28  src_compile() Line 29  src_compile()
29  {  {
30   cd ${SRCDIR}   cd ${SRCDIR}
31    
32   mconfigure --enable-nls --with-gnu-ld || die   mconfigure --disable-nls --with-gnu-ld || die
33   mmake || die   mmake || die
34  }  }

Legend:
Removed from v.136  
changed lines
  Added in v.137