void-packages/srcpkgs/parallel/template
2017-06-23 18:07:54 +02:00

18 lines
562 B
Bash

# Template file for 'parallel'
pkgname=parallel
version=20170622
revision=1
noarch=yes
build_style=gnu-configure
depends="perl"
short_desc="Shell tool for executing jobs in parallel"
maintainer="Leah Neukirchen <leah@vuxu.org>"
homepage="http://www.gnu.org/software/parallel/"
license="GPL-3"
distfiles="${GNU_SITE}/$pkgname/$pkgname-${version}.tar.bz2"
checksum=b3324ca1e7553b9903e0ab1fbb461334986eadfcd9b33e09013a6bac3c279645
pre_configure() {
# no html and pdf doc
sed -i -e '/^all-am:/s,$(DATA),,;/^install-data-am:/s,install-docDATA,,' src/Makefile.in
}