19 lines
597 B
Bash
19 lines
597 B
Bash
# Template file for 'parallel'
|
|
pkgname=parallel
|
|
version=20180622
|
|
revision=1
|
|
noarch=yes
|
|
build_style=gnu-configure
|
|
depends="perl"
|
|
checkdepends="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.0-or-later"
|
|
distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.bz2"
|
|
checksum=f2cc6ac37d0b68d90b81570c0e4be589dd8c131d204320acaa173544ad6d21d9
|
|
|
|
pre_configure() {
|
|
# no html and pdf doc
|
|
sed -i -e '/^all-am:/s,$(DATA),,;/^install-data-am:/s,install-docDATA,,' src/Makefile.in
|
|
}
|