aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/callweaver/callweaver-perl.bb
blob: 99e2fb73bf078832fbbaa4edc0d288cd69be7fff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
DESCRIPTION = "Callweaver::OGI Perl Gateway Interface Module"
HOMEPAGE = "http://www.callweaver.org"
SECTION = "libs"
LICENSE = "GPL"
DEPENDS = "install-native"
RDEPENDS = "perl callweaver-ogi"
PR = "r0"
S = "${WORKDIR}/callweaver-1.2-${CWRCV}/contrib/ogi-perl/callweaver-perl-0.0.1"

CWRCV = "rc5"

SRC_URI = "http://devs.callweaver.org/release/callweaver-1.2.0-${CWRCV}.tar.bz2"

inherit cpan

do_install_append () {
  install -d ${D}${datadir}/callweaver/ogi/perl
  install ${S}/examples/* ${D}${datadir}/callweaver/ogi/perl
}

PACKAGES =+ "${PN}-examples"

FILES_${PN}-examples = "${datadir}/callweaver/ogi/perl"