blob: a922fed2d0c32576ae907f29efcdedb8d05e93e3 (
plain)
1
2
3
4
5
6
7
8
9
10
|
DESCRIPTION = "ushare is a UPnP media server"
LICENSE = "GPL"
HOMEPAGE = "http://ushare.geexbox.org/"
MAINTAINER = "eFfeM <fransmeulenbroeks at yahoo dot com>"
DEPENDS = "libupnp"
SRC_URI = "http://ushare.geexbox.org/releases/ushare-0.9.7.tar.bz2"
S = "${WORKDIR}/ushare-${PV}"
PR = "r0"
inherit autotools
|