Magellan Linux

Diff of /branches/R11-stable/extras/slang/slang-2.2.4-r1.smage2

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

revision 22093 by niro, Mon Sep 1 14:18:35 2014 UTC revision 22094 by niro, Mon Sep 1 14:38:26 2014 UTC
# Line 19  DEPEND=">= sys-libs/ncurses-5.9 Line 19  DEPEND=">= sys-libs/ncurses-5.9
19  SRCFILE="${PNAME}-${PVER}.tar.bz2"  SRCFILE="${PNAME}-${PVER}.tar.bz2"
20  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
21    
 msetfeature "!check"  
22  sminclude multilib  sminclude multilib
23    
24  SRC_URI=(  SRC_URI=(
# Line 31  SRC_URI=( Line 30  SRC_URI=(
30    
31  UP2DATE="updatecmd ftp://ftp.fu-berlin.de/pub/unix/misc/${PNAME}/latest | highesttarball"  UP2DATE="updatecmd ftp://ftp.fu-berlin.de/pub/unix/misc/${PNAME}/latest | highesttarball"
32    
33    # disable parallel make
34    MAKEOPTS="-j1"
35    
36  src_prepare()  src_prepare()
37  {  {
38   munpack ${SRCFILE} || die   munpack ${SRCFILE} || die
# Line 44  src_prepare() Line 46  src_prepare()
46  src_compile()  src_compile()
47  {  {
48   mconfigure --with-readline=gnu --with-pcre --with-png --with-zlib || die   mconfigure --with-readline=gnu --with-pcre --with-png --with-zlib || die
49   mmake -j1 all || die   mmake all || die
50  }  }
51    
 src_install()  
 {  
  make DESTDIR=${BINDIR} install || die  
  minstalldocs changes.txt COPYING NEWS README UPGRADE.txt || die  
 }  

Legend:
Removed from v.22093  
changed lines
  Added in v.22094