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