aboutsummaryrefslogtreecommitdiffstats
path: root/packages/tuxbox/dvbsnoop.bb
blob: cd6c5769dc2bb9c6ffad3f081d0f9521edc7a7fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
DEPENDS = "dreambox-dvbincludes"
DESCRIPTION = "DVBsnoop by rasc@users.sourceforge.net"
MAINTAINER = "Felix Domke <tmbinc@elitdvb.net>"

SRC_URI = "cvs://anoncvs@cvs.tuxbox.org/cvs/tuxbox;module=apps/dvb/dvbsnoop;method=ext \
           file://acinclude.m4"
	   
SRCDATE = "20081001"
PR = "r0"
PV = "0.0+cvs${SRCDATE}"
S = "${WORKDIR}/dvbsnoop"

inherit autotools pkgconfig

bindir = "/usr/bin"
sbindir = "/usr/sbin"

EXTRA_OECONF = "--with-target=cdk"