milis/talimatname/genel/rlog/talimat

20 lines
418 B
Plaintext
Raw Normal View History

2017-04-14 13:55:03 +02:00
# Description: C ++ programları ve kitaplıkları için esnek bir mesaj günlüğü tesisi
2016-02-24 01:27:23 +01:00
# URL: http://www.arg0.net/rlog
2017-04-14 13:55:27 +02:00
# Packager: milisarge
2016-02-24 01:27:23 +01:00
# Depends on:
name=rlog
version=1.4
release=1
source=(http://rlog.googlecode.com/files/$name-$version.tar.gz
$name-section.patch)
build () {
cd $name-$version
patch -Np1 -i ../$name-section.patch
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}