summaryrefslogtreecommitdiff
path: root/recipes-multimedia
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2013-08-16 16:34:18 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2013-09-22 12:00:50 +0200
commit7466bfb53497502de61d3832fb0b03570db7d09a (patch)
tree88402e8cbd2718757426501db8a2678df431d38e /recipes-multimedia
parentecbab11732a61456af21a79bfc3c564c044d7e22 (diff)
codecgraph: add recipe
HDA debug tool
Diffstat (limited to 'recipes-multimedia')
-rw-r--r--recipes-multimedia/codecgraph/codecgraph_20120114.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/recipes-multimedia/codecgraph/codecgraph_20120114.bb b/recipes-multimedia/codecgraph/codecgraph_20120114.bb
new file mode 100644
index 0000000..5e70ad2
--- /dev/null
+++ b/recipes-multimedia/codecgraph/codecgraph_20120114.bb
@@ -0,0 +1,21 @@
+SECTION = "multimedia"
+DESCRIPTION = "Codecgraph is a tool to generate a graph based on the ALSA description of a High Definition Audio codec."
+HOMEPAGE = "http://helllabs.org/codecgraph/"
+LICENSE ="GPLv2+"
+RDEPENDS_${PN} = "python graphviz"
+
+SRC_URI = "http://helllabs.org/codecgraph/${PN}-${PV}.tar.gz"
+LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
+SRC_URI[md5sum] = "30bb1afeda28b7e9b7f36e3b5b98a869"
+SRC_URI[sha256sum] = "24dca78c6a8cf894385df304d29f348d48868000d5ffbd03bf12c5b4f9805106"
+
+S = "${WORKDIR}/${PN}-${PV}"
+
+PR = "r1"
+
+do_install() {
+ install -d ${D}/${bindir} ${D}/${mandir}/man1
+ install -m755 -D codecgraph ${D}/${bindir}/codecgraph
+ install -m755 -D codecgraph.py ${D}/${bindir}/codecgraph.py
+ install -m644 -D codecgraph.1 ${D}/${mandir}/man1/codecgraph.1
+} \ No newline at end of file