diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2012-05-24 21:47:33 +0000 |
---|---|---|
committer | Fabian Affolter <fabian@affolter-engineering.ch> | 2012-05-25 19:36:36 +0000 |
commit | 897575e3c42ba2e5f075b7c183ab76709cb88302 (patch) | |
tree | 8871fa4e99432ee3220fc96e54060705803d56ac /testing/mupdf/APKBUILD | |
parent | 86368fb5b37894398354042a34046007112d8a5c (diff) | |
download | aports-897575e3c42ba2e5f075b7c183ab76709cb88302.tar.bz2 aports-897575e3c42ba2e5f075b7c183ab76709cb88302.tar.xz |
testing/mupdf: upgrade to 1.0
Diffstat (limited to 'testing/mupdf/APKBUILD')
-rw-r--r-- | testing/mupdf/APKBUILD | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/testing/mupdf/APKBUILD b/testing/mupdf/APKBUILD index aac11070aa..11b90998cf 100644 --- a/testing/mupdf/APKBUILD +++ b/testing/mupdf/APKBUILD @@ -1,20 +1,20 @@ # Maintainer: Michael Zhou <zhoumichaely@gmail.com> pkgname=mupdf -pkgver=0.8.165 +pkgver=1.0 pkgrel=0 -pkgdesc="a lightweight PDF and XPS viewer" +pkgdesc="A lightweight PDF and XPS viewer" url="http://mupdf.com" -arch="x86 x86_64" -license="GPLv3" +arch="all" +license="GPL3+" depends="" -makedepends="pkgconfig freetype-dev jpeg-dev jbig2dec-dev libx11-dev libxext-dev openjpeg-dev" +makedepends="pkgconfig freetype-dev jpeg-dev jbig2dec-dev libx11-dev + libxext-dev openjpeg-dev" install="" subpackages="$pkgname-doc" -source=" - http://$pkgname.googlecode.com/files/$pkgname-$pkgver-source.tar.gz - destdir.patch" +source="http://$pkgname.googlecode.com/files/$pkgname-$pkgver-source.tar.gz + destdir.patch" -_builddir="$srcdir/$pkgname-$pkgver" +_builddir="$srcdir/$pkgname-$pkgver-source" prepare() { local i cd "$_builddir" @@ -36,5 +36,5 @@ package() { rm -f "$pkgdir"/usr/lib/*.la } -md5sums="a95813737924e60d87a944d52b6a5120 mupdf-0.8.165-source.tar.gz -08c8b77b80544abc65160e4b77f6f328 destdir.patch" +md5sums="d986ab98e2b035b7abd61afc474562b3 mupdf-1.0-source.tar.gz +50902883b1152b78bbd8223c6a1aa75e destdir.patch" |