Magellan Linux

Diff of /trunk/core/cryptsetup/cryptsetup-1.6.7-r1.smage2

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

revision 26037 by niro, Fri Jun 12 12:10:47 2015 UTC revision 26038 by niro, Fri Jun 12 12:13:07 2015 UTC
# Line 17  DEPEND=">= sys-fs/device-mapper-2.02 Line 17  DEPEND=">= sys-fs/device-mapper-2.02
17   >= sys-fs/e2fsprogs-1.42   >= sys-fs/e2fsprogs-1.42
18   >= sys-libs/libuuid-2.26"   >= sys-libs/libuuid-2.26"
19    
20    SDEPEND=">= sys-dev/automake-4
21     >= sys-dev/autoconf-5"
22    
23  SRCFILE="archive.tar.bz2?ref=v${PVER//./_}"  SRCFILE="archive.tar.bz2?ref=v${PVER//./_}"
24  SRCDIR="${BUILDDIR}/${PNAME}.git"  SRCDIR="${BUILDDIR}/${PNAME}.git"
25    
# Line 46  src_prepare() Line 49  src_prepare()
49   tar xvjf ${SOURCEDIR}/${PNAME}/${SRCFILE} -C ${BUILDDIR} || die   tar xvjf ${SOURCEDIR}/${PNAME}/${SRCFILE} -C ${BUILDDIR} || die
50   mv ${SRCDIR} ${SRCDIR}-${abi} || die   mv ${SRCDIR} ${SRCDIR}-${abi} || die
51   done   done
52    
53     # generate configure scripts
54     all-abis mautoreconf || die
55  }  }
56    
57  src_compile()  src_compile()

Legend:
Removed from v.26037  
changed lines
  Added in v.26038