env.avv.in
changeset 28 32bebcf6bbbd
parent 23 94ab746087f6
equal deleted inserted replaced
27:6de25ac5876c 28:32bebcf6bbbd
     1 
     1 
     2 Name:        ${PROJECT_NAME}
     2 Name:        ${PROJECT_NAME}
     3 Method:      glib
     3 Method:      glib
     4 Version:     ${PROJECT_VERSION}
     4 Version:     ${PROJECT_VERSION}
     5 Description: ${CPACK_PACKAGE_DESCRIPTION_SUMMARY}
     5 Description: ${CPACK_PACKAGE_DESCRIPTION_SUMMARY}
     6 # commands depend on building environment: 4, 3, 2+1
     6 # in fact, depends on completion constant COMPL_FILENAME (5+4+3, 2+1),
     7 # in fact, depends on completion constant COMPL_FILENAME (3, 2+1),
     7 # but as it is anyway dysfunctional as of now, do not include it here
     8 # but as it is anyway disfunctional as of now, do not include it here
     8 Requires:    ( ${AVV_COMMANDS_VERSION} ) + logprint:3
     9 Requires:    commands:4 + logprint:3
       
    10 Init:        env_load
     9 Init:        env_load
    11 Uninit:      env_unload
    10 Uninit:      env_unload
    12 
    11