c2bfc6b7d5
+ To reduce bandwidth and download times, packages use bz2/lzma/xz where possible. + Also use ${GNU_SITE} and ${KERNEL_SITE} where appropriate. + Clean up xlint warnings. + inetutils: update to 1.9.3 and split into subpkgs
18 lines
561 B
Bash
18 lines
561 B
Bash
# Template file for 'parallel'
|
|
pkgname=parallel
|
|
version=20150322
|
|
revision=2
|
|
noarch=yes
|
|
build_style=gnu-configure
|
|
depends="perl"
|
|
short_desc="Shell tool for executing jobs in parallel"
|
|
maintainer="graysky <graysky@archlinux.us>"
|
|
homepage="http://www.gnu.org/software/parallel/"
|
|
license="GPL-3"
|
|
distfiles="${GNU_SITE}/$pkgname/$pkgname-${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
|
|
}
|