avv/pep.in
author Myhailo Danylenko <isbear@ukrpost.net>
Mon, 21 May 2012 19:10:25 +0300
changeset 31 e404cd1c7077
parent 29 23fa36d480fb
child 36 f23b9521b4d6
permissions -rw-r--r--
Drop publish_*, rework build system * use foreach and lists in cmake * put hook and option names in cmake configurable variables * put module descriptions into cmake variables * use cmake-provided options in .rc * use cmake-provided module description in header and avv files * rename headers to pep_*.h * remove publish_*() * api versions for pep_* bumped to 2 (incompatible) * update documentation * rework & optimize tune outgoing handler (ex-tune_publish) * ignore backup files at installation
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
26
1d5521131630 Add AVV module description
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     1
29
23fa36d480fb Merge pep modules & use events
Myhailo Danylenko <isbear@ukrpost.net>
parents: 27
diff changeset
     2
Name:        pep
26
1d5521131630 Add AVV module description
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     3
Method:      glib
1d5521131630 Add AVV module description
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     4
Version:     ${PROJECT_VERSION}
31
e404cd1c7077 Drop publish_*, rework build system
Myhailo Danylenko <isbear@ukrpost.net>
parents: 29
diff changeset
     5
Description: ${PEP_DESCRIPTION_AVV}
27
a8151b97e13c Update avv requirements
Myhailo Danylenko <isbear@ukrpost.net>
parents: 26
diff changeset
     6
Requires:    ( xmpp:4 | xmpp:3 | xmpp:2 | xmpp:1 ) +
a8151b97e13c Update avv requirements
Myhailo Danylenko <isbear@ukrpost.net>
parents: 26
diff changeset
     7
             ( hooks:5 | hooks:4 | hooks:3 | hooks:2 )
26
1d5521131630 Add AVV module description
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     8
Provides:    pep:1
1d5521131630 Add AVV module description
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     9
Init:        pep_init
1d5521131630 Add AVV module description
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
    10
Uninit:      pep_uninit
1d5521131630 Add AVV module description
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
    11