void-packages/srcpkgs/parallel/template

19 lines
579 B
Text
Raw Normal View History

2013-06-14 13:26:23 +00:00
# Template file for 'parallel'
pkgname=parallel
2015-01-22 07:58:04 +00:00
version=20150122
2014-08-30 11:24:09 +00:00
revision=1
2014-11-28 16:17:17 +00:00
noarch=yes
2013-06-14 13:26:23 +00:00
build_style=gnu-configure
depends="perl"
2014-11-28 16:17:17 +00:00
short_desc="Shell tool for executing jobs in parallel"
2013-06-14 13:26:23 +00:00
maintainer="graysky <graysky AT archlinux DOT us>"
2014-11-28 16:17:17 +00:00
homepage="http://www.gnu.org/software/parallel/"
2013-06-14 13:26:23 +00:00
license="GPL-3"
2014-11-28 16:17:17 +00:00
distfiles="http://ftp.gnu.org/gnu/parallel/parallel-${version}.tar.bz2"
2015-01-22 07:58:04 +00:00
checksum=ede876f9cb84b8dce0d8d0088fa61ccb12a6f3f61479f3720a96ee54d4bce991
2014-11-28 16:17:17 +00:00
pre_configure() {
# no html and pdf doc
sed -i -e '/^all-am:/s,$(DATA),,;/^install-data-am:/s,install-docDATA,,' src/Makefile.in
}