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