summaryrefslogtreecommitdiff
path: root/packages/upnp/libupnp_1.6.5.bb
diff options
context:
space:
mode:
authorJeremy Laine <jeremy.laine@m4x.org>2008-04-22 07:36:48 +0000
committerJeremy Laine <jeremy.laine@m4x.org>2008-04-22 07:36:48 +0000
commit248ef2d30cd3931112a99b3416498f7529291cd8 (patch)
tree3e2cecc3bfb259a647bdc4ed64feff7a33d74597 /packages/upnp/libupnp_1.6.5.bb
parentd7da8f9dc1976152e91c1d0673a3bdef43ebc66e (diff)
libupnp_1.6.5.bb: update libupng to version 1.6.5
Diffstat (limited to 'packages/upnp/libupnp_1.6.5.bb')
-rw-r--r--packages/upnp/libupnp_1.6.5.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/upnp/libupnp_1.6.5.bb b/packages/upnp/libupnp_1.6.5.bb
new file mode 100644
index 0000000000..a7a01597ac
--- /dev/null
+++ b/packages/upnp/libupnp_1.6.5.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
+}