mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-27 10:20:12 +00:00
17 lines
375 B
Plaintext
Executable File
17 lines
375 B
Plaintext
Executable File
# description : A library that provides cross platform access to statistics about the system on which it's run
|
|
# depends : ncurses perl
|
|
|
|
name=libstatgrab
|
|
version=0.92.1
|
|
release=1
|
|
source="http://www.mirrorservice.org/sites/ftp.i-scream.org/pub/i-scream/$name/$name-$version.tar.gz"
|
|
|
|
build() {
|
|
cd $name-$version
|
|
|
|
./configure --prefix=/usr
|
|
make
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|