16 lines
509 B
Bash
16 lines
509 B
Bash
# Template file for 'w_scan'
|
|
pkgname="w_scan"
|
|
version="20161022"
|
|
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="2077af7f8b42b7af038e83abf0565f96f59461bbc5e14c4516b68f50b5c00d79"
|
|
build_style="gnu-configure"
|
|
|
|
pre_configure() {
|
|
autoreconf -if
|
|
}
|