From 93d60f57780b9f1e9206f411e183bf28e6272334 Mon Sep 17 00:00:00 2001 From: davidovski Date: Mon, 3 Jan 2022 16:44:09 +0000 Subject: added new files; git works --- repo/core/nspr.xibuild | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 repo/core/nspr.xibuild (limited to 'repo/core/nspr.xibuild') diff --git a/repo/core/nspr.xibuild b/repo/core/nspr.xibuild new file mode 100644 index 0000000..733c333 --- /dev/null +++ b/repo/core/nspr.xibuild @@ -0,0 +1,18 @@ +#!/bin/bash + +DEPS=(glibc bash) + +SOURCE=https://archive.mozilla.org/pub/nspr/releases/v4.33/src/nspr-4.33.tar.gz +DESC="Netscape Portable Runtime" + +build () { + sed -ri '/^RELEASE/s/^/#/' pr/src/misc/Makefile.in + sed -i 's#$(LIBRARY) ##' config/rules.mk + + + cd nspr + ./configure \ + --prefix=/usr --with-mozilla --with-pthreads --enable-64bit + make + make DESTDIR=$PKG_DEST install +} -- cgit v1.2.1