opt/libmypaint/Pkgfile

22 lines
506 B
Plaintext
Raw Normal View History

# Description: libmypaint is a library for making brushstrokes
# URL: https://github.com/mypaint/libmypaint
# Maintainer: Thomas Penteker, tek at serverop dot de
2019-09-20 22:44:13 +02:00
# 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 \
2019-07-20 13:41:59 +02:00
--disable-nls
make
make DESTDIR=$PKG install
}