git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
062946d
)
gmyth: add 0.7.1
author
Koen Kooi
<koen@openembedded.org>
Sun, 10 Aug 2008 14:25:29 +0000
(14:25 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Sun, 10 Aug 2008 14:25:29 +0000
(14:25 +0000)
packages/mythtv/gmyth_0.7.1.bb
[new file with mode: 0644]
patch
|
blob
diff --git a/packages/mythtv/gmyth_0.7.1.bb
b/packages/mythtv/gmyth_0.7.1.bb
new file mode 100644
(file)
index 0000000..
b5f9849
--- /dev/null
+++ b/
packages/mythtv/gmyth_0.7.1.bb
@@ -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
+}
+