milis/talimatname/genel/p/parallel/talimat

19 lines
383 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: Paralel çalıştırmalar için bir konsol aracı
# URL: http://www.gnu.org/software/parallel/
# Paketçi: milisarge
# Gerekler:
# Grup: sistem
isim=parallel
surum=20180822
devir=1
kaynak=(https://ftp.gnu.org/gnu/parallel/parallel-${surum}.tar.bz2)
derle() {
cd parallel-$surum
./configure --prefix=/usr
make
make DESTDIR="$PKG/" install
rm -rf $PKG/usr/share/doc
}