summaryrefslogtreecommitdiff
path: root/packages/upnp/libupnp_1.3.1.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-03-26 17:00:17 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-03-26 17:00:17 +0000
commit2e800e9a80e955eef6ce9cd1c37eff28477acc8d (patch)
tree271be19b8c29d159fe0fa4d58b0999fea6ea4906 /packages/upnp/libupnp_1.3.1.bb
parent2fbb7069a589aecf45eb27848e4f05277ed985ee (diff)
libupnp: add 1.3.1
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
+}
+
+