summaryrefslogtreecommitdiff
path: root/packages/ortp/ortp_0.7.1.bb
blob: 40bcfc7d0b1883ff496dcf19d938e077db26b1b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
PR = "r0"
MAINTAINER = "Florian Boor <florian.boor@kernelconcepts.de>
LICENSE = "LGPL"
DEPENDS = "glibc "
DESCRIPTION = "An LGPL implementation of RTP - RFC3550"

inherit autotools pkgconfig

SRC_URI = "http://www.linphone.org/${PN}/sources/${P}.tar.gz"

do_stage () {
	autotools_stage_all
}