[oe-commits] Koen Kooi : ushare: add ushare hg

git version control git at git.openembedded.org
Tue Jan 5 16:14:52 UTC 2010


Module: openembedded.git
Branch: martin_jansa/srcpv
Commit: f60bce0c2475242b733b28998b2de5c7b6e01a4c
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=f60bce0c2475242b733b28998b2de5c7b6e01a4c

Author: Koen Kooi <koen at openembedded.org>
Date:   Tue Jan  5 16:16:46 2010 +0100

ushare: add ushare hg

---

 recipes/ushare/ushare_hg.bb |   30 ++++++++++++++++++++++++++++++
 1 files changed, 30 insertions(+), 0 deletions(-)

diff --git a/recipes/ushare/ushare_hg.bb b/recipes/ushare/ushare_hg.bb
new file mode 100644
index 0000000..0e24cfb
--- /dev/null
+++ b/recipes/ushare/ushare_hg.bb
@@ -0,0 +1,30 @@
+DESCRIPTION = "ushare is a UPnP media server"
+LICENSE = "GPL"
+HOMEPAGE = "http://ushare.geexbox.org/"
+DEPENDS = "gamin libdlna libupnp virtual/libiconv virtual/libintl"
+
+PV = "1.1a"
+PR = "r1"
+PR_append = "+hg${SRCPV}"
+SRCREV = "2e40e513a4a0"
+
+SRC_URI = "hg://hg.geexbox.org;proto=http;module=ushare;rev=${SRCREV} \
+"
+
+S= "${WORKDIR}/ushare"
+
+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} \
+		    --disable-strip \
+            --enable-fam \
+            --cross-compile
+}
+





More information about the Openembedded-commits mailing list