opt/libmypaint/Pkgfile

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