17 lines
509 B
Bash
17 lines
509 B
Bash
# Template file for 'w_scan'
|
|
pkgname="w_scan"
|
|
version="20170107"
|
|
revision=1
|
|
hostmakedepends="automake libtool"
|
|
short_desc="A universal ATSC and DVB blind scanner"
|
|
maintainer="Stefan Mühlinghaus <jazzman@alphabreed.com>"
|
|
license="GPL-2"
|
|
homepage="http://wirbel.htpc-forum.de/w_scan/index2.html"
|
|
distfiles="http://wirbel.htpc-forum.de/w_scan/w_scan-${version}.tar.bz2"
|
|
checksum="38e0f38a7bf06cff6d6ea01652ad4ee60da2cb0e937360468f936da785b46ffe"
|
|
build_style="gnu-configure"
|
|
|
|
pre_configure() {
|
|
autoreconf -if
|
|
}
|