Files
ports/main/libstatgrab/spkgbuild
2021-08-06 22:47:48 +08:00

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
}