Skip to content

mupdf: update to 1.16.1 #1583

Merged
merged 1 commit into from
Jan 14, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 0 additions & 36 deletions mupdf-1.8-0.bee

This file was deleted.

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

# BEE_VERSION mupdf-1.16.1-0

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

SRCURL[0]="https://mupdf.com/downloads/archive/mupdf-${PKGVERSION}-source.tar.gz"

# PATCHURL+=()

# 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
}

mee_install_post() {
rm -rfv ${D}/usr/include
rm -rfv ${D}/usr/share/doc
rm -rfv ${D}/usr/lib
}