Magellan Linux

Diff of /trunk/extras/pinentry/pinentry-0.8.1-r1.smage2

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

revision 7506 by niro, Mon Mar 28 18:27:08 2011 UTC revision 7507 by niro, Mon Mar 28 18:30:18 2011 UTC
# Line 20  SDEPEND=">= x11-libs/qt-3.3.8 Line 20  SDEPEND=">= x11-libs/qt-3.3.8
20  SRCFILE="${PNAME}-${PVER}.tar.gz"  SRCFILE="${PNAME}-${PVER}.tar.gz"
21  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
22    
23  sminclude mbuild mtools qt3 qt4  sminclude mtools qt4
24    
25  SRC_URI=(  SRC_URI=(
26   #ftp://ftp.gnupg.org/gcrypt/${PNAME}/${SRCFILE}   #ftp://ftp.gnupg.org/gcrypt/${PNAME}/${SRCFILE}
# Line 31  SRC_URI=( Line 31  SRC_URI=(
31  #UP2DATE="updatecmd ftp://ftp.gnupg.org/gcrypt/${PNAME}/ | lasttarball gz"  #UP2DATE="updatecmd ftp://ftp.gnupg.org/gcrypt/${PNAME}/ | lasttarball gz"
32  UP2DATE="updatecmd ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/${PNAME}/ | lasttarball gz"  UP2DATE="updatecmd ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/${PNAME}/ | lasttarball gz"
33    
34    src_prepare()
35    {
36     munpack ${SRCFILE} || die
37     cd ${SRCDIR}
38    
39     local i
40     for i in qt4/*.moc
41     do
42     ${QTDIR}/bin/moc ${i/.moc/.h} > ${i} || die
43     done
44    }
45    
46  src_compile()  src_compile()
47  {  {
48   cd ${SRCDIR}   cd ${SRCDIR}

Legend:
Removed from v.7506  
changed lines
  Added in v.7507