Skip to content

Commit

Permalink
Merge pull request #1583 from mariux64/update-mupdf-1161
Browse files Browse the repository at this point in the history
mupdf: update to 1.16.1
  • Loading branch information
wwwutz authored Jan 14, 2020
2 parents 3610cfe + 7c4d676 commit 32b1876
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 36 deletions.
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
}

0 comments on commit 32b1876

Please sign in to comment.