void-packages/srcpkgs/parallel/template
2016-08-22 12:26:35 +02:00

18 lines
576 B
Bash

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