diff options
Diffstat (limited to 'recipes/dvbtools/wscan_20080720.bb')
-rw-r--r-- | recipes/dvbtools/wscan_20080720.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes/dvbtools/wscan_20080720.bb b/recipes/dvbtools/wscan_20080720.bb index b71fb2bf18..50a0e019c7 100644 --- a/recipes/dvbtools/wscan_20080720.bb +++ b/recipes/dvbtools/wscan_20080720.bb @@ -1,9 +1,13 @@ DESCRIPTION = "Wscan is a dvb channel scanner that doesn't require an initial frequency table" LICENSE = "GPLv2" +PR = "r1" + SRC_URI = "http://wirbel.htpc-forum.de/w_scan/w_scan-${PV}.tar.bz2" S = "${WORKDIR}/w_scan-${PV}" +TARGET_CC_ARCH += "${LDFLAGS}" + do_install() { install -d ${D}/${bindir} install -m 0755 w_scan ${D}/${bindir}/ |