From 2e800e9a80e955eef6ce9cd1c37eff28477acc8d Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Sun, 26 Mar 2006 17:00:17 +0000 Subject: [PATCH] libupnp: add 1.3.1 --- packages/upnp/.mtn2git_empty | 0 packages/upnp/libupnp_1.3.1.bb | 16 ++++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 packages/upnp/.mtn2git_empty create mode 100644 packages/upnp/libupnp_1.3.1.bb 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 +} + + -- 2.39.5