From 5c7be2e6fe19b15e0cde0c0556bfc0c691d0acf3 Mon Sep 17 00:00:00 2001 From: milisbir Date: Sun, 11 Feb 2018 11:45:21 +0200 Subject: [PATCH] prun --- talimatname/genel/p/prun/talimat | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 talimatname/genel/p/prun/talimat diff --git a/talimatname/genel/p/prun/talimat b/talimatname/genel/p/prun/talimat new file mode 100644 index 000000000..c55d61ec7 --- /dev/null +++ b/talimatname/genel/p/prun/talimat @@ -0,0 +1,21 @@ +# Tanım: Dağıtılmış cron ve iş zamanlayıcı +# URL: https://github.com/abudnik/prun +# Paketçi: Cihan_Alkan +# Gerekler: cmake boost python3 +# Grup: sistem + +isim=prun +surum=git +devir=1 +kaynak=() + +derle() { + adres1="https://github.com/abudnik/prun.git" + git_indir ${adres1} ${isim} + cd ${isim} + + cmake -DCMAKE_INSTALL_PREFIX=/usr -DRelease=true . + make -j8 + make DESTDIR="$PKG" install +} +