UmVirt LFS Package info

DB commit: 34a83c7a68a930f721bd7a7f9cb2c2ac41e76ba8
APP commit: 0bd167a48557b5a14ac68d0229893245aacc7f12
[ BASH | XML | JSON ]

npth

The NPth package contains a very portable POSIX/ANSI-C based library for Unix platforms which provides non-preemptive priority-based scheduling for multiple threads of execution (multithreading) inside event-driven applications. All threads run in the same address space of the server application, but each thread has its own individual program-counter, run-time stack, signal mask and errno variable.

Package info

Template:
Codename: npth
Source file: npth-1.8.tar.bz2
Source file size: 317739
Source file MD5-checkum: cb4fc0402be5ba67544e499cb2c1a74d
Source directory: npth-1.8
Package URL: https://umvirt.com/linux/downloads/0.3/packages/n/npth-1.8.tar.bz2
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.3/packages/n/npth-1.8.tar.bz2.md5sum
Dependances: *** NO DEPENDANCES FOUND ***
Dependance of: gnupg.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
./configure --prefix=/usr

Build script:
make

if [[ "$ULFS_PKG_TEST" == "YES" ]]
then
	    make check
fi

Install script:
make install