void-packages/srcpkgs/parallel/template
2017-10-23 13:14:54 +02:00

19 lines
562 B
Bash

# Template file for 'parallel'
pkgname=parallel
version=20171022
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=f7e2bb7467cd3e87c5488e324950f2710e5d6cc9c9b3c33931e71d7a2d08f8a2
pre_configure() {
# no html and pdf doc
sed -i -e '/^all-am:/s,$(DATA),,;/^install-data-am:/s,install-docDATA,,' src/Makefile.in
}