blob: 97990ba330c03eda0b42a3e470c756b76f9b233c (
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/sites/all/files/sources/${PN}-${PV}.tar.gz"
inherit autotools pkgconfig
|