Magellan Linux

Diff of /smage/branches/alx-0_6_0/extras/pcsc-plugin-ehealth200/pcsc-plugin-ehealth200-1.0.4-r1.smage2

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

revision 3432 by niro, Tue Apr 10 21:13:45 2012 UTC revision 3433 by niro, Tue Apr 10 21:15:14 2012 UTC
# Line 21  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" Line 21  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
21  sminclude mtools  sminclude mtools
22    
23  SRC_URI=(  SRC_URI=(
24   "http://ehealth.scmmicro.com/download.php?file=${SRCFILE} ${SRCFILE}"   http://ehealth.scmmicro.com/download.php?file=${SRCFILE}
25   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
26  )  )
27    
# Line 29  src_prepare() Line 29  src_prepare()
29  {  {
30   munpack ${SRCFILE} ${SRCDIR} || die   munpack ${SRCFILE} ${SRCDIR} || die
31   cd ${SRCDIR}   cd ${SRCDIR}
32   tar xvzf eHealth200_Linux_CTAPI_V${PVER}_32bit.tar.gz   tar xvzf eHealth200_Linux_CTAPI_V${PVER}_32bit.tar.gz || die
33  }  }
34    
35  src_install()  src_install()

Legend:
Removed from v.3432  
changed lines
  Added in v.3433