libupnp_1.4.2.bb: package libupnp 1.4.2 (pupnp fork)
authorJeremy Laine <jeremy.laine@m4x.org>
Thu, 7 Feb 2008 11:14:24 +0000 (11:14 +0000)
committerJeremy Laine <jeremy.laine@m4x.org>
Thu, 7 Feb 2008 11:14:24 +0000 (11:14 +0000)
packages/upnp/libupnp_1.4.2.bb [new file with mode: 0644]

diff --git a/packages/upnp/libupnp_1.4.2.bb b/packages/upnp/libupnp_1.4.2.bb
new file mode 100644 (file)
index 0000000..a7a0159
--- /dev/null
@@ -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
+}