-> base/gdb,gdbm,glib,iso-codes,libgpg-error, -> libidn2,libqalculate,popt,procps-ng,sudo,sysstat,texinfo,xz Made fixes to a bunch of base build files to put stuff in /usr
33 lines
788 B
Text
Executable file
33 lines
788 B
Text
Executable file
# Maintainer: PktSurf <smlinux@pktsurf.in>
|
|
app=mypaint-brushes
|
|
version=1.3.0
|
|
build=1sml
|
|
homepage="https://github.com/Jehan/mypaint-brushes"
|
|
download="https://github.com/Jehan/mypaint-brushes/archive/v$version/mypaint-brushes-v$version.tar.gz"
|
|
desc="Brushes used by MyPaint and other software using libmypaint"
|
|
requires="libmypaint"
|
|
|
|
prepbuilddir() {
|
|
mkandenterbuilddir
|
|
rm -rf $app-$version
|
|
|
|
tar xf $srcdir/$app-$version.tar.?z*
|
|
cd $app-$version
|
|
fixbuilddirpermissions
|
|
}
|
|
|
|
build() {
|
|
./configure \
|
|
--prefix=/usr
|
|
|
|
make
|
|
make install DESTDIR=$pkg
|
|
|
|
cp COPYING Licenses* $pkgdocs/
|
|
|
|
mkfinalpkg
|
|
}
|
|
|
|
sha512sums="
|
|
bc96342055349b475d5ef6d00ac36f1bc688acf850a31fa3b71f4ff86892a97271334fa76a5d37aa28a67de34d652e4c176b600c83c45124e2dfb7a0035e0a19 mypaint-brushes-1.3.0.tar.lz
|
|
"
|