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