From c6d81edc6a57556c281ea74ec3dfe500c9b6501c Mon Sep 17 00:00:00 2001 From: david Date: Mon, 30 Apr 2018 16:23:23 +0200 Subject: [PATCH] mypaint-brushes: Add version 1.3.0 needed for gimp --- mypaint-brushes.be0 | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100755 mypaint-brushes.be0 diff --git a/mypaint-brushes.be0 b/mypaint-brushes.be0 new file mode 100755 index 000000000..3ac919e75 --- /dev/null +++ b/mypaint-brushes.be0 @@ -0,0 +1,41 @@ +#!/usr/bin/env beesh + +# BEE_VERSION mypaint-brushes-1.3.0-0 + +SRCURL[0]="https://github.com/Jehan/mypaint-brushes/archive/v${PKGVERSION}.tar.gz" + +#BEE_BUILDTYPE=autotools + +# PATCHURL+=() + +# EXCLUDE+=() + +#build_in_sourcedir + +# sourcesubdir_append src + + +#mee_extract() { +# bee_extract "${@}" +#} + +#mee_patch() { +# bee_patch "${@}" +#} + +#mee_configure() { +# bee_configure +#} + +mee_configure_post() { + ${S}/configure --prefix=${PREFIX} +} + +#mee_build() { +# bee_build +#} + +#mee_install() { +# bee_install +#} +## by default this may be 'make install DESTDIR="${D}"'