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