dab61f8240
Enable OpenMP.
17 lines
527 B
Bash
17 lines
527 B
Bash
# Template file for 'par2cmdline'
|
|
pkgname=par2cmdline
|
|
version=0.7.3
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="automake"
|
|
makedepends="libgomp-devel"
|
|
short_desc="PAR 2.0 compatible file verification and repair tool"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="GPL-2"
|
|
homepage="https://github.com/Parchive/par2cmdline"
|
|
distfiles="https://github.com/Parchive/par2cmdline/archive/v${version}.tar.gz"
|
|
checksum=3d97992b6d2bf5acc0b07a4e43c70713ac41606fa911e1eea3ac702558561c37
|
|
|
|
pre_configure() {
|
|
autoreconf -fi
|
|
}
|