summaryrefslogtreecommitdiff
path: root/libmypaint/Pkgfile
blob: bab2e2eb6d2c9305f4ce9ad6b8e6865fd947d75a (plain)
    1 # Description: libmypaint is a library for making brushstrokes
    2 # URL:         https://github.com/mypaint/libmypaint
    3 # Maintainer:  Thomas Penteker, tek at serverop dot de
    4 # Depends on: gobject-introspection json-c intltool
    5 
    6 name=libmypaint
    7 version=1.3.0
    8 release=2
    9 source=(https://github.com/mypaint/$name/archive/v$version/$name-$version.tar.gz
   10   libmypaint-1d5d822-stable.patch.xz)
   11 
   12 build() {
   13   cd $name-$version
   14   xzcat $SRC/libmypaint-1d5d822-stable.patch.xz | patch -p1
   15   ./autogen.sh
   16 
   17   ./configure --prefix=/usr \
   18         --disable-nls
   19 
   20   make
   21   make DESTDIR=$PKG install
   22 
   23   rm -rf $PKG/usr/share/locale
   24 }

Generated by cgit