wok-next annotate mypaint-brushes/receipt @ rev 20700

Up: babl (0.1.50), gegl (0.4.2), gimp (2.10.2), glib (2.54.3), iso-codes (3.79), lensfun (0.3.2); add: gexiv2, libde265, libheif, libmypaint, mypaint-brushes.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu May 24 23:51:14 2018 +0300 (2018-05-24)
parents
children d5aab818505e
rev   line source
al@20700 1 # SliTaz package receipt v2.
al@20700 2
al@20700 3 PACKAGE="mypaint-brushes"
al@20700 4 VERSION="1.3.0"
al@20700 5 CATEGORY="graphics"
al@20700 6 SHORT_DESC="Default MyPaint brushes"
al@20700 7 MAINTAINER="al.bobylev@gmail.com"
al@20700 8 LICENSE="CC0"
al@20700 9 WEB_SITE="https://github.com/Jehan/mypaint-brushes"
al@20700 10
al@20700 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@20700 12 WGET_URL="https://github.com/Jehan/mypaint-brushes/archive/v$VERSION.tar.gz"
al@20700 13
al@20700 14 BUILD_DEPENDS="automake glib-dev intltool"
al@20700 15 SPLIT="mypaint-brushes-dev"
al@20700 16
al@20700 17 compile_rules() {
al@20700 18 ./autogen.sh &&
al@20700 19 ./configure $CONFIGURE_ARGS &&
al@20700 20 make &&
al@20700 21 make install
al@20700 22 }
al@20700 23
al@20700 24 genpkg_rules() {
al@20700 25 case $PACKAGE in
al@20700 26 mypaint-brushes) copy @std;;
al@20700 27 *-dev) copy @dev;;
al@20700 28 esac
al@20700 29 }