Skip to content
Permalink
cfce7a5f90
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
- as non-root finds latex and uses it, writing to /package. fixed.
2 contributors

Users who have contributed to this file

@wwwutz @pmenzel
executable file 35 lines (25 sloc) 595 Bytes
#!/usr/bin/env beesh
# BEE_VERSION gnuplot-5.4.2-1
#SRCURL[0]="http://sourceforge.net/projects/gnuplot/files/gnuplot/${PKGVERSION}/gnuplot-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/2050ca477199a591543bc968aba7d899/gnuplot-5.4.2.tar.gz"
# PATCHURL+=()
# build_in_sourcedir
# sourcesubdir_append src
#mee_extract() {
# bee_extract "${@}"
#}
#mee_patch() {
# bee_patch "${@}"
#}
mee_configure() {
bee_configure \
--disable-wxt \
--with-qt=qt5 \
--without-latex
}
#mee_build() {
# bee_build
#}
#mee_install() {
# bee_install
#}