opt/libmypaint/Pkgfile
2019-09-20 22:44:13 +02:00

25 lines
554 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.4.0
release=1
source=(https://github.com/mypaint/$name/archive/v$version/$name-$version.tar.gz
libmypaint-1d5d822-stable.patch.xz)
build() {
cd $name-$version
./autogen.sh
./configure --prefix=/usr \
--disable-nls
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/locale
}