blob: 25e64fb5ac0fd6b09282a14c6933d6777defc3a7 (
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}"
FILE_PR = "r1"
inherit autotools
|