[oe-commits] org.oe.dev gmyth-upnp: add 0.7.0

koen commit oe at amethyst.openembedded.net
Mon Sep 1 18:03:05 UTC 2008


gmyth-upnp: add 0.7.0

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: a077511fd82840358ffe24a671ae769ba9d28b27
ViewMTN: http://monotone.openembedded.org/revision/info/a077511fd82840358ffe24a671ae769ba9d28b27
Files:
1
packages/mythtv/gmyth-upnp_0.7.0.bb
Diffs:

#
# mt diff -rcc85b625aa43cd456a13b19f5c0d04d64c8932b6 -ra077511fd82840358ffe24a671ae769ba9d28b27
#
#
#
# add_file "packages/mythtv/gmyth-upnp_0.7.0.bb"
#  content [6c8d2913a276c6c114f22cd58ae830f9d03cd09b]
#
============================================================
--- packages/mythtv/gmyth-upnp_0.7.0.bb	6c8d2913a276c6c114f22cd58ae830f9d03cd09b
+++ packages/mythtv/gmyth-upnp_0.7.0.bb	6c8d2913a276c6c114f22cd58ae830f9d03cd09b
@@ -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
+}	
+






More information about the Openembedded-commits mailing list