Skip to content
Permalink
98ec339825
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
@wwwutz
Latest commit 98ec339 Jan 30, 2020 History
- be0ify
- fixed SRCURL
1 contributor

Users who have contributed to this file

executable file 40 lines (28 sloc) 740 Bytes
#!/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() {
bee_configure \
--with-mozilla \
--with-pthreads \
--enable-64bit
}
#mee_build() {
# bee_build
#}
#mee_install() {
# bee_install
#}