Skip to content

Commit

Permalink
Merge pull request #1641 from mariux64/update-nspr-424
Browse files Browse the repository at this point in the history
nspr: update to 4.24
  • Loading branch information
wwwutz authored Jan 31, 2020
2 parents 9e5aaf6 + 755a0d3 commit 705789d
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 94 deletions.
94 changes: 0 additions & 94 deletions nspr-4.12-0.bee

This file was deleted.

41 changes: 41 additions & 0 deletions nspr.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
#!/usr/bin/env beesh

# BEE_VERSION nspr-4.24-0

# more info: https://foo.bar.com

# SRCURL[0]="https://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v${PKGVERSION}/src/nspr-${PKGVERSION}.tar.gz"

SRCURL[0]="https://beehive.molgen.mpg.de/d630c2111e1db6d2ec2069aad22b4121/nspr-4.24.tar.gz"

# PATCHURL+=()

build_in_sourcedir

sourcesubdir_append nspr

#mee_extract() {
# bee_extract "${@}"
#}

mee_patch() {
bee_patch "${@}"
sed -ri 's#^(RELEASE_BINS =).*#\1#' pr/src/misc/Makefile.in
sed -i 's#$(LIBRARY) ##' config/rules.mk
}

mee_configure() {
./configure \
--prefix=/usr \
--with-mozilla \
--with-pthreads \
--enable-64bit
}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

0 comments on commit 705789d

Please sign in to comment.