opt/mypaint-brushes/Pkgfile
2019-07-20 18:15:10 +10:00

21 lines
429 B
Plaintext

# Description: Brushes used by libmypaint
# URL: https://github.com/Jehan/mypaint-brushes
# Maintainer: Thomas Penteker, tek at serverop dot de
# Depends on: libmypaint
name=mypaint-brushes
version=1.3.0
release=1
source=(https://github.com/Jehan/mypaint-brushes/archive/v${version}/$name-$version.zip)
build() {
cd $name-$version
autoreconf -i
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}