milis/talimatname/genel/libstatgrab/talimat

23 lines
578 B
Plaintext
Raw Normal View History

2017-04-03 14:43:08 +02:00
# Description: Libstatgrab, çalıştırıldığı sistemle ilgili istatistiklere çapraz platform erişimi sağlayan bir kitaplıktır.
# URL: http://www.i-scream.org/libstatgrab/
# Packager: milisarge
2016-02-24 01:27:23 +01:00
# Depends on:
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)
build () {
cd $name-$version
./configure --prefix=/usr \
--disable-static \
--docdir=/usr/share/doc/libstatgrab-0.91
make
make DESTDIR=$PKG install
}