Skip to content

Commit

Permalink
mpfr: update to 4.0.2
Browse files Browse the repository at this point in the history
- fix SRCURL
- now serves /usr/lib/libmpfr.so.6
  • Loading branch information
wwwutz committed Jan 15, 2020
1 parent 864e59e commit 66a911b
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions mpfr.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
#!/usr/bin/env beesh

# BEE_VERSION mpfr-4.0.2-0

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

SRCURL[0]="https://ftp.gnu.org/pub/gnu/mpfr/mpfr-${PKGVERSION}.tar.gz"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

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

#mee_patch() {
# bee_patch "${@}"
#}

mee_configure() {
bee_configure --enable-thread-safe
}

#mee_build() {
# bee_build
#}

mee_build_post() {
make check
}

#mee_install() {
# bee_install
#}

#mee_install_post() {
# exit
#}

0 comments on commit 66a911b

Please sign in to comment.