blob: b5b2d1f4bc51386352239b65168bc749df60636a (
plain)
1
2
3
4
5
6
7
8
9
|
DESCRIPTION = "ushare is a UPnP media server"
LICENSE = "GPL"
HOMEPAGE = "http://ushare.geexbox.org/"
DEPENDS = "libupnp virtual/libiconv virtual/libintl"
SRC_URI = "http://ushare.geexbox.org/releases/ushare-0.9.7.tar.bz2"
S = "${WORKDIR}/ushare-${PV}"
PR = "r1"
inherit autotools
|