Magellan Linux

Diff of /branches/R11-unstable/include/gnome-python.sminc

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

branches/magellan-next/include/gnome-python.sminc revision 6883 by niro, Thu Sep 23 18:16:32 2010 UTC trunk/include/gnome-python.sminc revision 19654 by niro, Wed Oct 9 08:02:31 2013 UTC
# Line 3  Line 3 
3  sminclude python  sminclude python
4    
5  # some sane default values  # some sane default values
6  : ${PCATEGORIE="dev-python"}  : ${PCAT="dev-python"}
7  : ${SRCFILE="gnome-python-${PVER}.tar.bz2"}  : ${SRCFILE="gnome-python-${PVER}.tar.bz2"}
8  : ${SRCDIR="${BUILDDIR}/gnome-python-${PVER}"}  : ${SRCDIR="${BUILDDIR}/gnome-python-${PVER}"}
9  : ${DESCRIPTION="${PNAME/-python/} module of gnome-python."}  : ${DESCRIPTION="${PNAME/-python/} module of gnome-python."}
# Line 34  gnome-python_src_prepare() Line 34  gnome-python_src_prepare()
34   then   then
35   rm setup.py || die   rm setup.py || die
36   fi   fi
37     # same for waf
38     if [[ -e waf ]]
39     then
40     rm waf || die
41     fi
42    
43   if [[ ${PNAME} != gnome-python-base ]]   if [[ ${PNAME} != gnome-python-base ]]
44   then   then

Legend:
Removed from v.6883  
changed lines
  Added in v.19654