# Description: libmypaint is a library for making brushstrokes # URL: https://github.com/mypaint/libmypaint # Maintainer: #teatime (irc.kyber.io), teatime at kyber dot io # Depends on: json-c python gegl gobject-introspection name=libmypaint version=1.3.0 release=1 source=(https://github.com/mypaint/$name/archive/v$version.tar.gz) build() { cd $name-$version ./autogen.sh # fjernes når ute av beta ./configure --prefix=/usr \ --enable-gegl \ --disable-nls make make DESTDIR=$PKG install rm -rf $PKG/usr/share/locale }