mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 06:58:57 +02:00
37 lines
703 B
Bash
37 lines
703 B
Bash
SUMMARY="Default MyPaint brushes"
|
|
DESCRIPTION="Brushes used by MyPaint and other software using libmypaint."
|
|
HOMEPAGE="https://github.com/mypaint/mypaint-brushes/"
|
|
COPYRIGHT="MyPaint Team"
|
|
LICENSE="CC0-1.0"
|
|
REVISION="1"
|
|
SOURCE_URI="https://github.com/mypaint/mypaint-brushes/archive/v$portVersion.tar.gz"
|
|
CHECKSUM_SHA256="e6d0f51adb2ad507c12aa40a78265638cb21c53f4eb761c274d044677afaa1ff"
|
|
SOURCE_DIR="mypaint-brushes-$portVersion"
|
|
|
|
ARCHITECTURES="any"
|
|
|
|
PROVIDES="
|
|
mypaint_brushes = $portVersion
|
|
"
|
|
|
|
BUILD_REQUIRES="
|
|
"
|
|
BUILD_PREREQUIRES="
|
|
cmd:autoconf
|
|
cmd:automake
|
|
cmd:make
|
|
cmd:pkg_config$secondaryArchSuffix
|
|
"
|
|
|
|
BUILD()
|
|
{
|
|
autogen.sh
|
|
runConfigure ./configure
|
|
make
|
|
}
|
|
|
|
INSTALL()
|
|
{
|
|
make install
|
|
}
|