Magellan Linux

Diff of /trunk/extras/flashplayer/flashplayer-11.2.202.440-r1.smage2

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

revision 23739 by niro, Tue Jan 27 15:35:32 2015 UTC revision 23740 by niro, Tue Jan 27 15:42:45 2015 UTC
# Line 27  sminclude mtools xdg gtk2 fdo-mime Line 27  sminclude mtools xdg gtk2 fdo-mime
27    
28  # see: http://www.adobe.com/products/flashplayer/distribution3.html  # see: http://www.adobe.com/products/flashplayer/distribution3.html
29  SRC_URI=(  SRC_URI=(
30   http://fpdownload.macromedia.com/get/${PNAME}/pdc/${PVER}/${SRCFILE_x86}   "http://fpdownload.macromedia.com/get/${PNAME}/pdc/${PVER}/${SRCFILE_x86} ${PVER}"
31   http://fpdownload.macromedia.com/get/${PNAME}/pdc/${PVER}/${SRCFILE_x86_64}   "http://fpdownload.macromedia.com/get/${PNAME}/pdc/${PVER}/${SRCFILE_x86_64} ${PVER}"
32   #http://fpdownload.macromedia.com/get/${PNAME}/current/${SRCFILE_x86}   #"http://fpdownload.macromedia.com/get/${PNAME}/current/${SRCFILE_x86} ${PVER}"
33   #http://fpdownload.macromedia.com/get/${PNAME}/current/${SRCFILE_x86_64}   #"http://fpdownload.macromedia.com/get/${PNAME}/current/${SRCFILE_x86_64} ${PVER}"
34   http://www.adobe.com/products/eulas/pdfs/${LICENSE_SRCFILE}   http://www.adobe.com/products/eulas/pdfs/${LICENSE_SRCFILE}
35   mirror://${PNAME}/${SRCFILE_x86}   "mirror://${PNAME}/${SRCFILE_x86} ${PVER}"
36   mirror://${PNAME}/${SRCFILE_x86_64}   "mirror://${PNAME}/${SRCFILE_x86_64} ${PVER}"
37   mirror://${PNAME}/mms.cfg   mirror://${PNAME}/mms.cfg
38  )  )
39    
# Line 43  UP2DATE="updatecmd http://get.adobe.com/ Line 43  UP2DATE="updatecmd http://get.adobe.com/
43    
44  src_prepare()  src_prepare()
45  {  {
46   munpack ${SRCFILE} ${SRCDIR} # do not die here, upstream tarballs have trailing garbage   munpack ${PVER}/${SRCFILE} ${SRCDIR} # do not die here, upstream tarballs have trailing garbage
47  }  }
48    
49  # override gnome sminc  # override gnome sminc

Legend:
Removed from v.23739  
changed lines
  Added in v.23740