opt/libmypaint/Pkgfile

22 lines
489 B
Plaintext
Raw Normal View History

# Description: libmypaint is a library for making brushstrokes
2021-01-29 13:04:05 +01:00
# URL: https://github.com/mypaint/libmypaint
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: gobject-introspection json-c intltool
name=libmypaint
2020-05-14 15:40:29 +02:00
version=1.6.1
release=1
source=(https://github.com/mypaint/libmypaint/releases/download/v$version/$name-$version.tar.xz)
build() {
cd $name-$version
2019-09-20 22:44:13 +02:00
export LINGUAS=" "
./configure --prefix=/usr \
2021-01-29 13:04:05 +01:00
--disable-nls
make
make DESTDIR=$PKG install
}