Skip to content

Commit

Permalink
mpfr: migrate 3.1.3 to compat-3.1.6
Browse files Browse the repository at this point in the history
- be0ified
- keep /usr/lib/libmpfr.so.4
- still used by gawk, gdb, lvm, redland, gcc, libblockdev etc
wwwutz committed Jan 15, 2020
1 parent d6fe957 commit 864e59e
Showing 2 changed files with 44 additions and 22 deletions.
22 changes: 0 additions & 22 deletions mpfr-3.1.3-1.bee

This file was deleted.

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

# BEE_VERSION mpfr_compat-3.1.6-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() {
make check
}

#mee_install() {
# bee_install
#}

mee_install_post() {
rm -rfv ${D}/usr/include
rm -rfv ${D}/usr/share
rm -rfv ${D}/usr/lib/libmpfr.so
rm -rfv ${D}/usr/lib/libmpfr.a
rm -rfv ${D}/usr/lib/libmpfr.la
}

0 comments on commit 864e59e

Please sign in to comment.