Skip to content
Permalink
master
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
 
 
Cannot retrieve contributors at this time
executable file 42 lines (29 sloc) 693 Bytes
#!/usr/bin/env beesh
# BEE_VERSION mupdf-1.19.0-0
# more info: https://foo.bar.com
# SRCURL[0]="https://mupdf.com/downloads/archive/mupdf-${PKGVERSION}-source.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/5b27f800ea926996f428505b93fdd1e0/mupdf-1.19.0-source.tar.gz"
# PATCHURL+=()
BEE_BUILDTYPE=make
# build_in_sourcedir
# sourcesubdir_append src
#mee_extract() {
# bee_extract "${@}"
#}
#mee_patch() {
# bee_patch "${@}"
#}
#mee_configure() {
# PS1='xxx ' bash -norc
#}
#mee_build() {
# bee_build prefix=/usr
#}
mee_install() {
bee_install prefix=/usr
cd ${D} && {
rm -rfv usr/include
rm -rfv usr/share/doc
rm -rfv usr/lib;
}
}