milis/talimatname/genel/libstatgrab/talimat

23 lines
578 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.

# 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
# 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
}