void-packages/srcpkgs/w_scan/template
2016-05-03 23:56:05 +02:00

17 lines
509 B
Bash

# Template file for 'w_scan'
pkgname="w_scan"
version="20141122"
revision=2
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="b6d7c9ab997c53a0b0d92e8390f313cc3b82ee8ece1756b4e526119fd5ba09b4"
build_style="gnu-configure"
pre_configure() {
autoreconf -if
}