summaryrefslogtreecommitdiff
path: root/uselessPorts/libmypaint/Pkgfile
blob: ad159a78ba1a4384060b738df95e6d828584abfd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Description: libmypaint is a library for making brushstrokes
# URL: https://github.com/mypaint/libmypaint
# Maintainer: Erich Eckner, crux at eckner dot net
# Contirbutor: #teatime (irc.kyber.io), teatime at kyber dot io
# Depends on:  json-c python gegl gobject-introspection

name=libmypaint
version=1.3.0-beta.1
release=1
source=(https://github.com/mypaint/$name/archive/v$version.tar.gz)

build() {
  cd $name-$version
  ./autogen.sh
  ./configure --prefix=/usr \
    --enable-gegl \
    --disable-nls

  make
  make DESTDIR=$PKG install

  rm -rf $PKG/usr/share/locale
}