Magellan Linux

Diff of /trunk/mage/usr/lib/mage/smage2.functions.sh

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

revision 1647 by niro, Fri Jan 13 18:31:48 2012 UTC revision 1648 by niro, Fri Jan 13 20:51:18 2012 UTC
# Line 627  EOF Line 627  EOF
627  #   STATE                 state of pkg stable|unstable|old  #   STATE                 state of pkg stable|unstable|old
628  #   DESCRIPTION           a short description (opt)  #   DESCRIPTION           a short description (opt)
629  #   HOMEPAGE              homepage (opt)  #   HOMEPAGE              homepage (opt)
630    #   LICENSE               license information of the pkg (opt)
631  #   DEPEND                runtime dependencies (opt)  #   DEPEND                runtime dependencies (opt)
632  #   SDEPEND               adds needed deps to build the pkg (opt)  #   SDEPEND               adds needed deps to build the pkg (opt)
633  #   PROVIDE               provides a virtual (opt)  #   PROVIDE               provides a virtual (opt)
# Line 684  build_mage_script() Line 685  build_mage_script()
685   echo "DESCRIPTION=\"${DESCRIPTION}\"" >> ${dest}   echo "DESCRIPTION=\"${DESCRIPTION}\"" >> ${dest}
686   echo "HOMEPAGE=\"${HOMEPAGE}\"" >> ${dest}   echo "HOMEPAGE=\"${HOMEPAGE}\"" >> ${dest}
687    
688     # license information
689     echo "LICENSE=\"${LICENSE}\"" >> ${dest}
690    
691   # special tags and vars   # special tags and vars
692   echo "PKGTYPE=\"${PKGTYPE}\""  >> ${dest}   echo "PKGTYPE=\"${PKGTYPE}\""  >> ${dest}
693    

Legend:
Removed from v.1647  
changed lines
  Added in v.1648