~alpine/aports

[alpine-aports] [PATCH] testing/pqiv: new aport

Sascha Paunovic <azarus@posteo.net>
Details
Message ID
<20180704093328.13799-1-azarus@posteo.net>
Sender timestamp
1530696808
DKIM signature
missing
Download raw message
Patch: +34 -0
http://www.pberndt.com/Programme/Linux/pqiv/index.html
powerful image viewer with minimal UI
---
 testing/pqiv/APKBUILD | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)
 create mode 100644 testing/pqiv/APKBUILD

diff --git a/testing/pqiv/APKBUILD b/testing/pqiv/APKBUILD
new file mode 100644
index 0000000000..868099c835
--- /dev/null
+++ b/testing/pqiv/APKBUILD
@@ -0,0 +1,34 @@
# Contributor: Sascha Paunovic <azarus@posteo.net>
# Maintainer: Sascha Paunovic <azarus@posteo.net>
pkgname=pqiv
pkgver=2.10.4
pkgrel=0
pkgdesc="powerful image viewer with minimal UI"
url="http://www.pberndt.com/Programme/Linux/pqiv/index.html"
arch="all"
license="GPL-3.0-only"
makedepends="autoconf gtk+3.0-dev glib-dev cairo-dev libwebp-dev libspectre-dev
	bash"
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/phillipberndt/$pkgname/archive/$pkgver.tar.gz"
options="!check"
builddir="$srcdir/$pkgname-$pkgver"

build() {
	cd "$builddir"
	./configure \
		--build=$CBUILD \
		--host=$CHOST \
		--prefix=/usr \
		--sysconfdir=/etc \
		--mandir=/usr/share/man \
		--localstatedir=/var
	make
}

package() {
	cd "$builddir"
	make DESTDIR="$pkgdir" install
}

sha512sums="52534ed4728466b7c710db65115d7e79ad97546750946fa5c3a26b65055387b15c6239fdf1bb8c8345fe7ed2dfc7ed5586ffa2a864de44fd8213cff59f76048a  pqiv-2.10.4.tar.gz"
-- 
2.18.0



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