libxine: update to version 1.1.19
[openembedded.git] / recipes / ushare / ushare_1.1a.bb
blob8c58374e7ab8f7fed8b0bf213dc542fabc87a913
1 DESCRIPTION = "ushare is a UPnP media server"
2 LICENSE = "GPL"
3 HOMEPAGE = "http://ushare.geexbox.org/"
4 DEPENDS = "libupnp virtual/libiconv virtual/libintl"
5 SRC_URI = "http://ushare.geexbox.org/releases/ushare-${PV}.tar.bz2"
6 S = "${WORKDIR}/ushare-${PV}"
8 inherit autotools gettext
10 # the configure script is hand-crafted, it rejects some of the usual
11 # configure arguments
12 do_configure () {
13 ${S}/configure \
14 --prefix=${prefix} \
15 --bindir=${bindir} \
16 --localedir=${datadir}/locale \
17 --sysconfdir=${sysconfdir} \
18 --cross-compile
22 SRC_URI[md5sum] = "5bbcdbf1ff85a9710fa3d4e82ccaa251"
23 SRC_URI[sha256sum] = "7b9b85c79968d4f4560f02a99e33c6a33ff58f9d41d8faea79e31cce2ee78665"