From cb447620084a20be80d116c81c2e9ec110be7118 Mon Sep 17 00:00:00 2001 From: davidovski Date: Sun, 16 Jan 2022 01:23:51 +0000 Subject: restructured repo system --- repo/core/nspr.xibuild | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 repo/core/nspr.xibuild (limited to 'repo/core/nspr.xibuild') diff --git a/repo/core/nspr.xibuild b/repo/core/nspr.xibuild deleted file mode 100644 index 733c333..0000000 --- a/repo/core/nspr.xibuild +++ /dev/null @@ -1,18 +0,0 @@ -#!/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