Commit 1e8a652a authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Initial commit

parents
all:
tar xf nspr-4.19.tar.gz
cd nspr-4.19/nspr && sed -ri 's#^(RELEASE_BINS =).*#\1#' pr/src/misc/Makefile.in
cd nspr-4.19/nspr && sed -i 's#$$(LIBRARY) ##' config/rules.mk
cd nspr-4.19/nspr && ./configure --prefix=/usr --with-mozilla --with-pthreads $$([ $$(uname -m) = x86_64 ] && echo --enable-64bit)
$(MAKE) -C nspr-4.19/nspr
$(MAKE) -C nspr-4.19/nspr install
rm -rf nspr-4.19
bin
/usr/bin/.*
autoconf
/usr/share/aclocal/.*
headers
/usr/include/.*
pkg
/usr/lib/pkgconfig/.*
lib
/usr/lib/lib.*
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment