UmVirt LFS Package info

DB commit: 48bb9ee31306c82c48dfaaad707eb4f6a926eb8a
APP commit: 1ca4178aea919e4c9e869e3d650ff8af9678bd6f
[ BASH | XML | JSON ]

nspr

Netscape Portable Runtime (NSPR) provides a platform-neutral API for system level and libc like functions.

Package info

Codename: nspr
Source file: nspr-4.35.tar.gz
Source directory: nspr-4.35
Package URL: https://umvirt.com/linux/downloads/0.2.2/packages/n/nspr-4.35.tar.gz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.2/packages/n/nspr-4.35.tar.gz.md5sum
Dependances: *** NO DEPENDANCES FOUND ***
Dependance of: nss, !mozjs.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
cd nspr                                                     &&
sed -ri '/^RELEASE/s/^/#/' pr/src/misc/Makefile.in &&
sed -i 's#$(LIBRARY) ##'   config/rules.mk         &&

./configure --prefix=/usr \
            --with-mozilla \
            --with-pthreads \
            $([ $(uname -m) = x86_64 ] && echo --enable-64bit)

Build script:
cd nspr
make 

Install script:
cd nspr
make install