Skip to content
Permalink
update-mpfr-402
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
@thomas
Latest commit 0b60e58 Aug 10, 2018 History
1 contributor

Users who have contributed to this file

executable file 27 lines (19 sloc) 357 Bytes
#!/bin/env beesh
# BEE_VERSION texinfo-6.5-0
SRCURL[0]="https://ftp.gnu.org/gnu/texinfo/texinfo-${PKGVERSION}.tar.xz"
PATCHES[0]=""
# EXCLUDE=""
mee_patch() {
bee_patch
}
mee_configure() {
bee_configure
}
mee_build() {
bee_build
make check
}
mee_install() {
bee_install
make TEXMF=/usr/share/texmf install-tex DESTDIR=${D}
}