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