diff options
Diffstat (limited to 'dvbtools/dvbtune_cvs.oe')
-rw-r--r-- | dvbtools/dvbtune_cvs.oe | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/dvbtools/dvbtune_cvs.oe b/dvbtools/dvbtune_cvs.oe deleted file mode 100644 index 90ec5e686c..0000000000 --- a/dvbtools/dvbtune_cvs.oe +++ /dev/null @@ -1,21 +0,0 @@ -PV = "0.0cvs${CVSDATE}" -SECTION = "console/multimedia" -PRIORITY = "optional" -LICENSE = "GPLv2" -MAINTAINER = "Phil Blundell <pb@debian.org>" -DEPENDS = "libxml2" -SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/dvbtools;module=dvbtune" -S = "${WORKDIR}/dvbtune" - -CFLAGS += "\$(shell xml2-config --cflags)" -LDFLAGS += "\$(shell xml2-config --libs)" - -do_compile() { - oe_runmake dvbtune xml2vdr -} - -do_install() { - mkdir -p ${D}/${bindir} - install -m 0755 dvbtune ${D}/${bindir}/ - install -m 0755 xml2vdr ${D}/${bindir}/ -} |