vdr: fix dependency for libintl
[openembedded.git] / recipes / cflow / cflow_2.0.bb
blob918c1ed0abc40dee65e14973fd6ab8a981ca5276
1 DESCRIPTION = "Utility for viewing function call flow."
2 SECTION = "devel"
3 SRC_URI = "http://www.ibiblio.org/pub/Linux/devel/lang/c/cflow-${PV}.tar.gz \
4 file://compile.patch;patch=1"
5 LICENSE = "PD"
7 do_install () {
8 install -d ${D}${bindir}
9 oe_runmake 'PREFIX=${D}' 'BINDIR=${D}${bindir}' install