[oe-commits] org.oe.dev ushare_1.1a.bb: package ushare version 1.1a

jeremy_laine commit openembedded-commits at lists.openembedded.org
Thu Feb 7 12:05:22 UTC 2008


ushare_1.1a.bb: package ushare version 1.1a

Author: jeremy_laine at openembedded.org
Branch: org.openembedded.dev
Revision: 56d99745e997218245cc7d9ec59717796070a9d6
ViewMTN: http://monotone.openembedded.org/revision/info/56d99745e997218245cc7d9ec59717796070a9d6
Files:
1
packages/ushare/ushare_1.1a.bb
Diffs:

#
# mt diff -rf6aaa1ee80248f07a2d795ff278d19eb5c7e09bf -r56d99745e997218245cc7d9ec59717796070a9d6
#
# 
# 
# add_file "packages/ushare/ushare_1.1a.bb"
#  content [bbb32d6dd91881d091868f8ac695e9f334a1bd22]
# 
============================================================
--- packages/ushare/ushare_1.1a.bb	bbb32d6dd91881d091868f8ac695e9f334a1bd22
+++ packages/ushare/ushare_1.1a.bb	bbb32d6dd91881d091868f8ac695e9f334a1bd22
@@ -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
+}
+






More information about the Openembedded-commits mailing list