aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-02-24 19:46:45 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-02-25 08:25:48 -0300
commitd9c3c9c209f455ed747c905497cfdbfd57baa2c8 (patch)
treeadd70888c8365b303097a0f66c4a3aacc28e75b4 /community
parentf75a65c0de02f4c4ea09f4f04263bb4a35f9d393 (diff)
downloadaports-d9c3c9c209f455ed747c905497cfdbfd57baa2c8.tar.bz2
aports-d9c3c9c209f455ed747c905497cfdbfd57baa2c8.tar.xz
community/mupdf: modernize
Diffstat (limited to 'community')
-rw-r--r--community/mupdf/APKBUILD20
1 files changed, 9 insertions, 11 deletions
diff --git a/community/mupdf/APKBUILD b/community/mupdf/APKBUILD
index af99e9f762..f4535eccc8 100644
--- a/community/mupdf/APKBUILD
+++ b/community/mupdf/APKBUILD
@@ -35,18 +35,18 @@ source="https://mupdf.com/downloads/archive/mupdf-$pkgver-source.tar.xz
# secfixes:
# 1.13-r0:
-# - CVE-2018-1000051
-# - CVE-2018-6544
-# - CVE-2018-6192
-# - CVE-2018-6187
-# - CVE-2018-5686
-# - CVE-2017-17858
+# - CVE-2018-1000051
+# - CVE-2018-6544
+# - CVE-2018-6192
+# - CVE-2018-6187
+# - CVE-2018-5686
+# - CVE-2017-17858
# 1.11-r1:
-# - CVE-2017-6060
+# - CVE-2017-6060
# 1.10a-r2:
-# - CVE-2017-5991
+# - CVE-2017-5991
# 1.10a-r1:
-# - CVE-2017-5896
+# - CVE-2017-5896
builddir="$srcdir/$pkgname-$pkgver-source"
prepare() {
@@ -55,12 +55,10 @@ prepare() {
}
build() {
- cd "$builddir"
make USE_SYSTEM_LIBS=yes prefix=/usr CURL_LIBS='-lcurl -lpthread' build=release libs apps
}
package() {
- cd "$builddir"
make USE_SYSTEM_LIBS=yes prefix=/usr DESTDIR="$pkgdir" install
cd build/release