UmVirt LFS Package info

DB commit: 57bed5a54ba91b88b24a1c8eb97bd083dbf72f0d
APP commit: 634ff2193dea70dde75eb1916d758638b7417453

pth

The Pth 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.

Package info

Codename: pth
Source file: pth-2.0.7.tar.gz
Source directory: pth-2.0.7
Package URL: https://umvirt.com/linux/downloads/0.2/packages/p/pth-2.0.7.tar.gz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2/packages/p/pth-2.0.7.tar.gz.md5sum
Dependances: *** NO DEPENDANCES FOUND ***
Dependance of: unixODBC, OpenLDAP-server.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
sed -i 's#$(LOBJS): Makefile#$(LOBJS): pth_p.h Makefile#' Makefile.in 

ARG_STATIC="--disable-static"
if [[ "$ULFS_PKG_STATIC" == "YES" ]]
then
    ARG_STATIC="--enable-static"
fi

./configure --prefix=/usr           \
            $ARG_STATIC             \
            --mandir=/usr/share/man

Build script:
make
if [[ "$ULFS_PKG_TEST" == "YES" ]]
then
	    make test
fi

Install script:
make install &&
install -v -m755 -d /usr/share/doc/pth-2.0.7 &&
install -v -m644    README PORTING SUPPORT TESTS \
                    /usr/share/doc/pth-2.0.7