summaryrefslogtreecommitdiff
path: root/packages/upnp/libupnp_1.4.2.bb
diff options
context:
space:
mode:
authorJeremy Laine <jeremy.laine@m4x.org>2008-02-07 11:14:24 +0000
committerJeremy Laine <jeremy.laine@m4x.org>2008-02-07 11:14:24 +0000
commit9e0a4ee6bc1aa2345cfd5448c39c198d3c9d5e31 (patch)
tree85def39a3fea280593de0023678c24b916896767 /packages/upnp/libupnp_1.4.2.bb
parentdb2766e8f1ce9c29f3ce31c18816402bde6519f2 (diff)
libupnp_1.4.2.bb: package libupnp 1.4.2 (pupnp fork)
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
+}