diff options
author | Frans Meulenbroeks <fransmeulenbroeks@yahoo.com> | 2006-08-19 17:56:50 +0000 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@yahoo.com> | 2006-08-19 17:56:50 +0000 |
commit | 784225fada898f1b86cef4dcc20f53ff590889f3 (patch) | |
tree | 03031c0664ee63089b9a7cb585afc50932c75deb /packages/ushare | |
parent | 74b7777259487e83caba871c7b77cf43ac12fa82 (diff) |
ushare: created; ushare is a UPnP media server
Diffstat (limited to 'packages/ushare')
-rw-r--r-- | packages/ushare/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/ushare/ushare_0.9.7.bb | 10 |
2 files changed, 10 insertions, 0 deletions
diff --git a/packages/ushare/.mtn2git_empty b/packages/ushare/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/ushare/.mtn2git_empty diff --git a/packages/ushare/ushare_0.9.7.bb b/packages/ushare/ushare_0.9.7.bb new file mode 100644 index 0000000000..a922fed2d0 --- /dev/null +++ b/packages/ushare/ushare_0.9.7.bb @@ -0,0 +1,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 |