UmVirt LFS Package info

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

nspr

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

Package info

Template:
Codename: nspr
Source file: nspr-4.38.2.tar.gz
Source directory: nspr-4.38.2
Package URL: nspr-4.38.2.tar.gz
Package md5-checksum URL: nspr-4.38.2.tar.gz.md5sum
Dependances: *** NO DEPENDANCES FOUND ***
Dependance of: nss, !mozjs, qca.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
cd nspr                                                     &&
sed -i '/^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