Magellan Linux

Diff of /trunk/include/ggz.sminc

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

trunk/core/include/ggz.sminc revision 2 by niro, Fri Oct 10 13:29:42 2008 UTC trunk/include/ggz.sminc revision 9880 by niro, Sat Jan 14 01:48:34 2012 UTC
# Line 6  Line 6 
6  sminclude mbuild  sminclude mbuild
7    
8  # some sane default values  # some sane default values
9  : ${PCATEGORIE="dev-games"}  : ${PCAT="dev-games"}
10  : ${SRCFILE="${PNAME}-${PVER}.tar.gz"}  : ${SRCFILE="${PNAME}-${PVER}.tar.gz"}
11  : ${SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"}  : ${SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"}
12  : ${DESCRIPTION="The GGZ Gaming Zone - ${PNAME}"}  : ${DESCRIPTION="The GGZ Gaming Zone - ${PNAME}"}
13  : ${HOMEPAGE="http://www.ggzgamingzone.org/"}  : ${HOMEPAGE="http://www.ggzgamingzone.org/"}
14    
15  # functions to include in the mage file  # functions to include in the mage file
16  SPECIAL_FUNCTIONS="ggz_update_modules ggz_postinstall ggz_postremove"  SPECIAL_FUNCTIONS="${SPECIAL_FUNCTIONS} ggz_update_modules ggz_postinstall ggz_postremove"
17    
18  SRC_URI=(  SRC_URI=(
19   ${SRC_URI[*]}   ${SRC_URI[*]}

Legend:
Removed from v.2  
changed lines
  Added in v.9880