Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #2611 from mariux64/update-mupdf-1190
mupdf: update 1.16.1 to 1.19.0
  • Loading branch information
wwwutz committed Apr 8, 2022
2 parents e1e61bc + ecf5f52 commit 40a50db
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions mupdf.be0
@@ -1,13 +1,16 @@
#!/usr/bin/env beesh

# BEE_VERSION mupdf-1.16.1-0
# 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://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
Expand All @@ -30,10 +33,10 @@ SRCURL[0]="https://mupdf.com/downloads/archive/mupdf-${PKGVERSION}-source.tar.gz

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
cd ${D} && {
rm -rfv usr/include
rm -rfv usr/share/doc
rm -rfv usr/lib;
}
}

0 comments on commit 40a50db

Please sign in to comment.