void-packages/srcpkgs/parallel/template
2016-06-21 13:26:28 +02:00

18 lines
576 B
Bash

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