~alpine/aports

[alpine-aports] [PATCH] testing/zathura-ps: remove returns, no check

Jean-Louis Fuchs <ganwell@fangorn.ch>
Details
Message ID
<20170323135746.22383-1-ganwell@fangorn.ch>
Sender timestamp
1490277466
DKIM signature
missing
Download raw message
Patch: +6 -4
---
 testing/zathura-ps/APKBUILD | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/testing/zathura-ps/APKBUILD b/testing/zathura-ps/APKBUILD
index 67e156e9af..4bb7e74aaf 100644
--- a/testing/zathura-ps/APKBUILD
+++ b/testing/zathura-ps/APKBUILD
@@ -3,7 +3,7 @@
# Maintainer: Jean-Louis Fuchs <ganwell@fangorn.ch>
pkgname=zathura-ps
pkgver=0.2.4
pkgrel=0
pkgrel=1
pkgdesc="zathura-ps - plugin adds PostScript support to zathura"
url="https://pwmt.org/projects/$pkgname"
arch="all"
@@ -12,15 +12,17 @@ depends="zathura"
makedepends="zathura-dev poppler-dev libspectre-dev"
source="https://pwmt.org/projects/zathura-ps/download/zathura-ps-$pkgver.tar.gz"

_builddir="$srcdir"/$pkgname-$pkgver
options="!check"

builddir="$srcdir/$pkgname-$pkgver"

build() {
	make -C "$_builddir" || return 1
	make -C "$builddir"
}

package() {
	make PREFIX=/usr DESTDIR="$pkgdir" \
		-C "$_builddir" install || return 1
		-C "$builddir" install
}

md5sums="553330eae86da48c0231f348181b9a82  zathura-ps-0.2.4.tar.gz"
-- 
2.11.1



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)