[oe-commits] org.oe.dev gmyth: add 0.7.1

koen commit oe at amethyst.openembedded.net
Mon Sep 1 18:02:51 UTC 2008


gmyth: add 0.7.1

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: a4b32985fc274fb5ad181b6457da240ca7e181a0
ViewMTN: http://monotone.openembedded.org/revision/info/a4b32985fc274fb5ad181b6457da240ca7e181a0
Files:
1
packages/mythtv/gmyth_0.7.1.bb
Diffs:

#
# mt diff -r20adcf1d7f147947dc29ead2037c53133b6eb39f -ra4b32985fc274fb5ad181b6457da240ca7e181a0
#
#
#
# add_file "packages/mythtv/gmyth_0.7.1.bb"
#  content [a8285d9ad6eda3e66797055320f9d70b05008fd4]
#
============================================================
--- packages/mythtv/gmyth_0.7.1.bb	a8285d9ad6eda3e66797055320f9d70b05008fd4
+++ packages/mythtv/gmyth_0.7.1.bb	a8285d9ad6eda3e66797055320f9d70b05008fd4
@@ -0,0 +1,16 @@
+DESCRIPTION = "GMyth is a library to access MythTV backend services."
+LICENSE = "LGPLv2""
+HOMEPAGE = "http://gmyth.sourceforge.net/wiki/index.php/Main_Page"
+DEPENDS = "curl libxml2 glib-2.0"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/gmyth/${PN}-${PV}.tar.gz"
+
+inherit autotools
+
+AUTOTOOLS_STAGE_PKGCONFIG = "1"
+
+do_stage() {
+	sed -i -e s:${STAGING_DIR}::g gmyth.pc
+	autotools_stage_all
+}	
+






More information about the Openembedded-commits mailing list