summaryrefslogtreecommitdiff
path: root/mypaint-brushes/Pkgfile
blob: 12e1611e8048142abb8d35624985c60766ee65fd (plain)
    1 # Description: Brushes used by libmypaint
    2 # URL:         https://github.com/Jehan/mypaint-brushes
    3 # Maintainer:  Thomas Penteker, tek at serverop dot de
    4 # Depends on:
    5 
    6 name=mypaint-brushes
    7 version=1.3.0
    8 release=1
    9 source=(https://github.com/Jehan/mypaint-brushes/archive/v${version}/$name-$version.zip)
   10 
   11 
   12 build() {
   13   cd $name-$version
   14 
   15   autoreconf -i
   16   ./configure --prefix=/usr
   17 
   18   make
   19   make DESTDIR=$PKG install
   20 }

Generated by cgit