# Contributor: Sascha Paunovic # Maintainer: Sascha Paunovic 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"