From 59ec030136960fcb2d27766a8bc8705ef59114f8 Mon Sep 17 00:00:00 2001 From: milisbir Date: Tue, 15 May 2018 15:07:59 +0200 Subject: [PATCH] glog --- talimatname/genel/g/glog/talimat | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 talimatname/genel/g/glog/talimat diff --git a/talimatname/genel/g/glog/talimat b/talimatname/genel/g/glog/talimat new file mode 100644 index 000000000..914a8ec52 --- /dev/null +++ b/talimatname/genel/g/glog/talimat @@ -0,0 +1,21 @@ +# Tanım: C++ implementation of the Google logging module +# URL: https://github.com/google/glog +# Paketçi: milisarge +# Gerekler: git +# Grup: kütüphane + +isim=glog +surum=0.3.4 +devir=1 +kaynak=(https://github.com/google/glog/archive/v${surum}.tar.gz::$isim-$surum.tar.gz) + +derle() { + cd "$SRC/$isim-$surum" + aclocal + autoconf + automake -a + ./configure + make + make prefix="/usr" DESTDIR="$PKG" install + install -Dm644 "COPYING" "$PKG/usr/share/licenses/$isim/COPYING" +}