summaryrefslogtreecommitdiff
path: root/packages/upnp/libupnp_1.3.1.bb
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@yahoo.com>2006-03-27 17:43:48 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-03-27 17:43:48 +0000
commit935ee11991941b2e68f0b7632e2df4784f6d8d45 (patch)
treefa12f222d8955b6143455543edef301deeb2cc07 /packages/upnp/libupnp_1.3.1.bb
parent1a780ea25fb3b5d0261149e3a4b91bcd25386daa (diff)
parentdcfa885928bbaf55d4b3236a1b07360a718d10b1 (diff)
merge of d666453b1d27ca8088768cfc910fd4bd31f2682c
and ec2b8ee274a7ff882306f13cd1a98ad612a9b85d
Diffstat (limited to 'packages/upnp/libupnp_1.3.1.bb')
-rw-r--r--packages/upnp/libupnp_1.3.1.bb16
1 files changed, 16 insertions, 0 deletions
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 <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
+}
+
+