20 lines
415 B
Plaintext
20 lines
415 B
Plaintext
# Description: Brushes used by libmypaint
|
|
# URL: https://github.com/mypaint/mypaint-brushes
|
|
# Maintainer: Tim Biermann, tbier at posteo dot de
|
|
# Depends on: libmypaint
|
|
|
|
name=mypaint-brushes
|
|
version=1.3.1
|
|
release=1
|
|
source=(https://github.com/mypaint/mypaint-brushes/releases/download/v$version/$name-$version.tar.xz)
|
|
|
|
|
|
build() {
|
|
cd $name-$version
|
|
|
|
./configure --prefix=/usr
|
|
|
|
make
|
|
make DESTDIR=$PKG install
|
|
}
|