ushare_1.1a.bb: package ushare version 1.1a
authorJeremy Laine <jeremy.laine@m4x.org>
Thu, 7 Feb 2008 11:17:47 +0000 (11:17 +0000)
committerJeremy Laine <jeremy.laine@m4x.org>
Thu, 7 Feb 2008 11:17:47 +0000 (11:17 +0000)
packages/ushare/ushare_1.1a.bb [new file with mode: 0644]

diff --git a/packages/ushare/ushare_1.1a.bb b/packages/ushare/ushare_1.1a.bb
new file mode 100644 (file)
index 0000000..b198d89
--- /dev/null
@@ -0,0 +1,20 @@
+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-${PV}.tar.bz2"
+S = "${WORKDIR}/ushare-${PV}"
+
+inherit autotools gettext
+
+# the configure script is hand-crafted, it rejects some of the usual
+# configure arguments
+do_configure () {
+       ${S}/configure \
+                   --prefix=${prefix} \
+                   --bindir=${bindir} \
+                   --localedir=${datadir}/locale \
+                   --sysconfdir=${sysconfdir} \
+                   --cross-compile
+}
+