opt/mypaint-brushes/Pkgfile

21 lines
417 B
Plaintext

# Description: Brushes used by libmypaint
# URL: https://github.com/Jehan/mypaint-brushes
# Maintainer: Thomas Penteker, tek at serverop dot de
# Depends on:
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
}