From b141deb61dfbb41ff2ecfd4d6c560fa3d108ef69 Mon Sep 17 00:00:00 2001 From: Sascha Paunovic Date: Sun, 3 Jun 2018 17:26:02 +0200 Subject: community/libmypaint: new aport Is a dependency for the new GIMP 2.10.2. --- community/libmypaint/APKBUILD | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 community/libmypaint/APKBUILD (limited to 'community/libmypaint/APKBUILD') diff --git a/community/libmypaint/APKBUILD b/community/libmypaint/APKBUILD new file mode 100644 index 00000000000..dcc38d395cf --- /dev/null +++ b/community/libmypaint/APKBUILD @@ -0,0 +1,32 @@ +# Contributor: Sascha Paunovic +# Maintainer: Sascha Paunovic +pkgname=libmypaint +pkgver=1.3.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/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz" +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="553eeb3439ffd0c013e33254a16334242583b8bab76d1a3e937f3ed1d7e05a832c6eb26acd7220dce20c6a7d997c32afe828202ce48e25a5fe57b67efd853fcf libmypaint-1.3.0.tar.xz" -- cgit v1.2.3