contrib/parallel/Pkgfile

23 lines
605 B
Plaintext

# Description: A shell tool for executing jobs in parallel using one or more computers.
# URL: http://www.gnu.org/software/parallel/
# Maintainer: Tim Biermann, tbier at posteo dot de
name=parallel
version=20220622
release=1
source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2
0002-Fix-makefile.patch)
build() {
cd $name-$version
patch -Np1 -i $SRC/0002-Fix-makefile.patch
./configure --prefix=/usr
make
make DESTDIR=$PKG install
prt-get isinst zsh || rm -r $PKG/usr/share/zsh
prt-get isinst bash-completion || rm -r $PKG/usr/share/bash-completion
rm -r $PKG/usr/share/doc
}