summaryrefslogtreecommitdiff
path: root/packages/upnp/libupnp_1.4.2.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-02-07 11:29:05 +0000
committerKoen Kooi <koen@openembedded.org>2008-02-07 11:29:05 +0000
commit25a5a3fc7f62ba6488ffb11c3cd9ae07d33b378d (patch)
tree127ac83c34af05dc4337337413612d3a216a1753 /packages/upnp/libupnp_1.4.2.bb
parentc31c268a231989bbf7749667023ef812a3b3f380 (diff)
parentb793d8f421a84ea0769c6f6ecf521253ced0636d (diff)
merge of '0d8bbbcdb6668a128380d44dac827d05c8e25266'
and '56d99745e997218245cc7d9ec59717796070a9d6'
Diffstat (limited to 'packages/upnp/libupnp_1.4.2.bb')
-rw-r--r--packages/upnp/libupnp_1.4.2.bb12
1 files changed, 12 insertions, 0 deletions
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
+}