opt/libmypaint/Pkgfile
2020-04-01 23:32:20 +02:00

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