Magellan Linux

Diff of /trunk/core/sqlite/sqlite-3.7.10-r1.smage2

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

revision 10902 by niro, Sat Feb 4 14:46:49 2012 UTC revision 10903 by niro, Sat Feb 4 14:54:13 2012 UTC
# Line 11  HOMEPAGE="http://www.sqlite.org/" Line 11  HOMEPAGE="http://www.sqlite.org/"
11    
12  DEPEND=">= sys-libs/readline-6.2"  DEPEND=">= sys-libs/readline-6.2"
13    
14  UPSTREAM_PVER="${PVER//.}"  if [[ ${PVER##*.} -gt 9 ]]
15    then
16     __major_pver="${PVER%.*}"
17     __minor_pver="${PVER##*.}"
18     UPSTREAM_PVER="${__major_pver//./0}${__minor_pver}"
19    else
20     UPSTREAM_PVER="${PVER//./0}"
21    fi
22  [[ ${#UPSTREAM_PVER} -lt 7 ]] && UPSTREAM_PVER+="00"  [[ ${#UPSTREAM_PVER} -lt 7 ]] && UPSTREAM_PVER+="00"
23  SRCFILE="${PNAME}-autoconf-${UPSTREAM_PVER}.tar.gz" # a special srcfile is needed to build without tcl  SRCFILE="${PNAME}-autoconf-${UPSTREAM_PVER}.tar.gz" # a special srcfile is needed to build without tcl
24  SRCDIR="${BUILDDIR}/${PNAME}-autoconf-${UPSTREAM_PVER}"  SRCDIR="${BUILDDIR}/${PNAME}-autoconf-${UPSTREAM_PVER}"

Legend:
Removed from v.10902  
changed lines
  Added in v.10903