gmyth-upnp: add 0.7.0
authorKoen Kooi <koen@openembedded.org>
Sun, 10 Aug 2008 14:53:14 +0000 (14:53 +0000)
committerKoen Kooi <koen@openembedded.org>
Sun, 10 Aug 2008 14:53:14 +0000 (14:53 +0000)
packages/mythtv/gmyth-upnp_0.7.0.bb [new file with mode: 0644]

diff --git a/packages/mythtv/gmyth-upnp_0.7.0.bb b/packages/mythtv/gmyth-upnp_0.7.0.bb
new file mode 100644 (file)
index 0000000..3200ba3
--- /dev/null
@@ -0,0 +1,17 @@
+DESCRIPTION = "GMyth is a library to access MythTV backend services."
+LICENSE = "LGPLv2""
+HOMEPAGE = "http://gmyth.sourceforge.net/wiki/index.php/Main_Page"
+
+DEPENDS = "glib-2.0 mysql gmyth libupnp
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/gmyth/${PN}_0.7-indt1.tar.gz"
+S = "${WORKDIR}/${PN}"
+
+inherit autotools
+
+AUTOTOOLS_STAGE_PKGCONFIG = "1"
+
+do_stage() {
+       autotools_stage_all
+}      
+