aboutsummaryrefslogtreecommitdiffstats
path: root/community/libmypaint/APKBUILD
blob: d5bd52598effd43be80bc3622cddab7f54461c13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Contributor: Sascha Paunovic <azarus@posteo.net>
# Maintainer: Sascha Paunovic <azarus@posteo.net>
pkgname=libmypaint
pkgver=1.4.0
pkgrel=0
pkgdesc="library for making brushstrokes"
url="http://mypaint.org/"
arch="all"
license="ISC"
makedepends="glib-dev json-c-dev gobject-introspection-dev intltool"
subpackages="$pkgname-dev $pkgname-lang"
source="https://github.com/mypaint/libmypaint/releases/download/v$pkgver/libmypaint-$pkgver.tar.xz"

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

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

sha512sums="c549a0b8f02976f7863c5ff49d5f16b5c3eae3e6e9e8803fef833edf78cc2a7413dd8dd751ed560c79d2527e0a54b462a92bb8059bcf69271654b2629f583c19  libmypaint-1.4.0.tar.xz"