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