opt/mypaint-brushes/Pkgfile

21 lines
429 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
2019-07-20 10:15:10 +02:00
# Depends on: libmypaint
2018-09-09 02:08:07 +02:00
name=mypaint-brushes
version=1.3.0
release=1
source=(https://github.com/Jehan/mypaint-brushes/archive/v${version}/$name-$version.zip)
2018-09-09 02:08:07 +02:00
build() {
cd $name-$version
autoreconf -i
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}