Magellan Linux

Diff of /branches/magellan-next/extras/pycairo/pycairo-1.10.0-r1.smage2

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

revision 8121 by niro, Tue Jul 12 17:08:40 2011 UTC revision 8122 by niro, Tue Jul 12 17:17:28 2011 UTC
# Line 17  SDEPEND=">= dev-util/pkgconfig-0.25" Line 17  SDEPEND=">= dev-util/pkgconfig-0.25"
17  SRCFILE="py2cairo-${PVER}.tar.bz2"  SRCFILE="py2cairo-${PVER}.tar.bz2"
18  SRCDIR="${BUILDDIR}/py2cairo-${PVER}"  SRCDIR="${BUILDDIR}/py2cairo-${PVER}"
19    
20  sminclude mbuild  sminclude python
21    
22  SRC_URI=(  SRC_URI=(
23   http://cairographics.org/releases/${SRCFILE}   http://cairographics.org/releases/${SRCFILE}
# Line 29  UP2TAG=releases Line 29  UP2TAG=releases
29  # check dev version  # check dev version
30  #UP2TAG=snapshots  #UP2TAG=snapshots
31  UP2DATE="updatecmd http://cairographics.org/${UP2TAG}/ | grep py2cairo | lasttarball"  UP2DATE="updatecmd http://cairographics.org/${UP2TAG}/ | grep py2cairo | lasttarball"
   
 src_install()  
 {  
  cd ${SRCDIR}  
  minstall || die  
  minstalldocs AUTHORS ChangeLog COPYING NEWS README || die  
 }  

Legend:
Removed from v.8121  
changed lines
  Added in v.8122