blob: 75f015def742341a7787ae99c98acb0333b4784d (
plain)
1
2
3
4
5
6
7
8
|
SUMMARY = "Helpers for AV applications using UPnP"
DESCRIPTION = "GUPnP-AV is a collection of helpers for building AV (audio/video) applications using GUPnP."
LICENSE = "LGPL"
DEPENDS = "gupnp"
SRC_URI = "http://gupnp.org/sources/${PN}/${PN}-${PV}.tar.gz"
inherit autotools pkgconfig
|