parallel-paketlendi
This commit is contained in:
parent
5a9d53af96
commit
05a3ddbaa6
|
@ -0,0 +1,18 @@
|
|||
# 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
|
||||
}
|
Loading…
Reference in New Issue