aboutsummaryrefslogtreecommitdiffstats
path: root/packages/tapioca/tapioca_0.3.0.bb
blob: 05ff71b160792d1f608e215b8a353fcb6912a594 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PR = "r1"
MAINTAINER = "Florian Boor <florian.boor@kernelconcepts.de>
HOMEPAGE = "http://tapioca-voip.sourceforge.net/wiki/index.php/Tapioca"
LICENSE = "LGPL"
DEPENDS = "glib-2.0 dbus"

inherit autotools pkgconfig

SRC_URI = "${SOURCEFORGE_MIRROR}/tapioca-voip/${P}.tar.gz"
FILES_${PN} += "${datadir}/dbus*"

do_stage () {
	autotools_stage_all
	install -d ${STAGING_INCDIR}/tapioca/core/
	install -d ${STAGING_INCDIR}/tapioca/client/

	install -m 644 tapioca/core/*.h ${STAGING_INCDIR}/tapioca/core/
	install -m 644 tapioca/client/*.h ${STAGING_INCDIR}/tapioca/client/
}