blob: bd85743b00c65504204e420e6d3e1676dd26b51c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
PR = "r1"
HOMEPAGE = "http://tapioca-voip.sourceforge.net/wiki/index.php/Tapioca"
LICENSE = "LGPL"
DEPENDS = "glib-2.0 dbus libjingle openssl tapioca"
inherit autotools pkgconfig
SRC_URI = "${SOURCEFORGE_MIRROR}/tapioca-voip/${P}.tar.gz"
FILES_${PN} += "${datadir}/dbus* ${datadir}/tapioca* "
do_stage () {
autotools_stage_all
}
|