opt/mypaint-brushes/Pkgfile

20 lines
401 B
Plaintext
Raw Normal View History

2018-09-09 02:08:07 +02:00
# 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}.zip)
build() {
cd $name-$version
autoreconf -i
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}