opt/libmypaint/Pkgfile

22 lines
515 B
Plaintext

# Description: libmypaint is a library for making brushstrokes
# URL: https://github.com/mypaint/libmypaint
# Maintainer: Thomas Penteker, tek at serverop dot de
# Depends on: gobject-introspection json-c intltool
name=libmypaint
version=1.5.1
release=2
source=(https://github.com/mypaint/libmypaint/releases/download/v$version/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr \
--disable-nls
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/locale
}