parallel: update to 20141122

This commit is contained in:
Alessio Sergi 2014-11-28 17:17:17 +01:00
parent 49ff21d661
commit 25fcd610d6

View file

@ -1,14 +1,18 @@
# Template file for 'parallel' # Template file for 'parallel'
pkgname=parallel pkgname=parallel
version=20141022 version=20141122
revision=1 revision=1
noarch="yes" noarch=yes
build_style=gnu-configure build_style=gnu-configure
hostmakedepends="perl"
depends="perl" depends="perl"
short_desc="A shell tool for executing jobs in parallel" short_desc="Shell tool for executing jobs in parallel"
maintainer="graysky <graysky AT archlinux DOT us>" maintainer="graysky <graysky AT archlinux DOT us>"
homepage="http://www.gnu.org/software/parallel/"
license="GPL-3" license="GPL-3"
homepage="http://www.gnu.org/software/parallel" distfiles="http://ftp.gnu.org/gnu/parallel/parallel-${version}.tar.bz2"
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.bz2" checksum=68bcbc1e1a09b298433768f8c60c9506c13a16a96a5eebec316851d2bc22edce
checksum=775779f181394353340478ebca321230a052c3e64fc04c9435d3e81697d7fab6
pre_configure() {
# no html and pdf doc
sed -i -e '/^all-am:/s,$(DATA),,;/^install-data-am:/s,install-docDATA,,' src/Makefile.in
}