From: Koen Kooi Date: Sun, 26 Mar 2006 17:00:17 +0000 (+0000) Subject: libupnp: add 1.3.1 X-Git-Tag: Release-2010-05/1~9453^2~2117^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e800e9a80e955eef6ce9cd1c37eff28477acc8d;p=openembedded.git libupnp: add 1.3.1 --- diff --git a/packages/upnp/.mtn2git_empty b/packages/upnp/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/upnp/libupnp_1.3.1.bb b/packages/upnp/libupnp_1.3.1.bb new file mode 100644 index 0000000000..80f0999dd6 --- /dev/null +++ b/packages/upnp/libupnp_1.3.1.bb @@ -0,0 +1,16 @@ +DESCRIPTION = "The Linux* 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://upnp.sourceforge.net/" +MAINTAINER = "Koen Kooi " +LICENSE = "BSD" + +LEAD_SONAME = "libupnp" +SRC_URI = "${SOURCEFORGE_MIRROR}/upnp/${P}.tar.gz" +inherit autotools pkgconfig + + + +do_stage() { +autotools_stage_all +} + +