milis/talimatname/genel/l/libstatgrab/talimat

23 lines
570 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Libstatgrab, çalıştırıldığı sistemle ilgili istatistiklere çapraz platform erişimi sağlayan bir kitaplıktır.
2017-04-03 14:43:08 +02:00
# URL: http://www.i-scream.org/libstatgrab/
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler:
2016-02-24 01:27:23 +01:00
name=libstatgrab
version=0.91
release=1
source=(http://www.mirrorservice.org/sites/ftp.i-scream.org/pub/i-scream/libstatgrab/$name-$version.tar.gz)
2017-10-27 23:59:41 +02:00
derle() {
2016-02-24 01:27:23 +01:00
cd $name-$version
./configure --prefix=/usr \
--disable-static \
--docdir=/usr/share/doc/libstatgrab-0.91
make
make DESTDIR=$PKG install
}