void-packages/srcpkgs/parallel/template

19 lines
579 B
Plaintext
Raw Normal View History

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