libupnp: add 1.3.1
authorKoen Kooi <koen@openembedded.org>
Sun, 26 Mar 2006 17:00:17 +0000 (17:00 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sun, 26 Mar 2006 17:00:17 +0000 (17:00 +0000)
packages/upnp/.mtn2git_empty [new file with mode: 0644]
packages/upnp/libupnp_1.3.1.bb [new file with mode: 0644]

diff --git a/packages/upnp/.mtn2git_empty b/packages/upnp/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/upnp/libupnp_1.3.1.bb b/packages/upnp/libupnp_1.3.1.bb
new file mode 100644 (file)
index 0000000..80f0999
--- /dev/null
@@ -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 <koen@dominion.kabel.utwente.nl>"
+LICENSE = "BSD"
+
+LEAD_SONAME = "libupnp"
+SRC_URI = "${SOURCEFORGE_MIRROR}/upnp/${P}.tar.gz"
+inherit autotools pkgconfig
+
+
+
+do_stage() {
+autotools_stage_all
+}
+
+