From 9e0a4ee6bc1aa2345cfd5448c39c198d3c9d5e31 Mon Sep 17 00:00:00 2001 From: Jeremy Laine Date: Thu, 7 Feb 2008 11:14:24 +0000 Subject: libupnp_1.4.2.bb: package libupnp 1.4.2 (pupnp fork) --- packages/upnp/libupnp_1.4.2.bb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 packages/upnp/libupnp_1.4.2.bb (limited to 'packages') diff --git a/packages/upnp/libupnp_1.4.2.bb b/packages/upnp/libupnp_1.4.2.bb new file mode 100644 index 0000000000..a7a01597ac --- /dev/null +++ b/packages/upnp/libupnp_1.4.2.bb @@ -0,0 +1,12 @@ +DESCRIPTION = "The portable SDK for UPnP* Devices (libupnp) provides developers with an API and open source code for building control points, devices, and bridges that are compliant with Version 1.0 of the Universal Plug and Play Device Architecture Specification." +HOMEPAGE = "http://pupnp.sourceforge.net/" +LICENSE = "BSD" + +LEAD_SONAME = "libupnp" +SRC_URI = "${SOURCEFORGE_MIRROR}/pupnp/${P}.tar.bz2" + +inherit autotools pkgconfig + +do_stage() { + autotools_stage_all +} -- cgit v1.2.3 From b793d8f421a84ea0769c6f6ecf521253ced0636d Mon Sep 17 00:00:00 2001 From: Jeremy Laine Date: Thu, 7 Feb 2008 11:17:47 +0000 Subject: ushare_1.1a.bb: package ushare version 1.1a --- packages/ushare/ushare_1.1a.bb | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 packages/ushare/ushare_1.1a.bb (limited to 'packages') diff --git a/packages/ushare/ushare_1.1a.bb b/packages/ushare/ushare_1.1a.bb new file mode 100644 index 0000000000..b198d89c95 --- /dev/null +++ b/packages/ushare/ushare_1.1a.bb @@ -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 +} + -- cgit v1.2.3