milis/talimatname/genel/g/glog/talimat

22 lines
477 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: Google günlükleme modülünün c++ uygulaması
# 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"
}