disco.avv.in
changeset 50 d7a61b1745f4
parent 49 a9c3cc3626ca
child 55 e01cbf23a88b
equal deleted inserted replaced
49:a9c3cc3626ca 50:d7a61b1745f4
     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 # Right now it does not requires caps, but may require in future
     6 # Right now it does not require caps, but may require in future
     7 Requires:    modules:2 + commands:3 + compl:3 + logprint:3 + utils:2 +
     7 # commands depend on building envioronment: 4+3, 2+1
     8              xmpp:4 + xmpp_defines:1 + screen:3 + hbuf:1 + hooks:4
     8 Requires:    ( commands:4 | commands:3 ) + ( compl:3 | compl:2 ) +
       
     9              ( roster:4 | roster:3 | roster:2 | roster:1 ) + utils:2 +
       
    10 	     ( hooks:5 | hooks:4 | hooks:3 | hooks:2 ) +
       
    11 	     ( xmpp:4 | xmpp:3 | xmpp:2 | xmpp:1 ) + logprint:3 +
       
    12 	     ( screen:10 | screen:9 | screen:8 | screen:7 | screen:6 | screen:5 | screen:4 ) +
       
    13 	     ( hbuf:3 | hbuf:2 | hbuf:1 )
     9 Provides:    disco:1
    14 Provides:    disco:1
    10 Init:        disco_init
    15 Init:        disco_init
    11 Uninit:      disco_uninit
    16 Uninit:      disco_uninit
    12 
    17