milis/talimatname/genel/r/rlog/talimat

21 lines
417 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: C ++ programları ve kitaplıkları için esnek bir mesaj günlüğü tesisi
# URL: http://www.arg0.net/rlog
# Paketçi: milisarge
# Gerekler:
# Grup: sistem
isim=rlog
surum=1.4
devir=1
kaynak=(http://rlog.googlecode.com/files/$isim-$surum.tar.gz
$isim-section.patch)
derle() {
cd $isim-$surum
patch -Np1 -i ../$isim-section.patch
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}