wok-next view mypaint-brushes/receipt @ rev 20806

I. node update: security -> https://nodejs.org/en/blog/vulnerability/june-2018-security-releases/ 9.5.0 -> 9.11.2 II. add checksum
author Erkan Yilmaz <erkan@slitaz.org>
date Wed Jun 13 08:26:54 2018 +0000 (2018-06-13)
parents
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="mypaint-brushes"
4 VERSION="1.3.0"
5 CATEGORY="graphics"
6 SHORT_DESC="Default MyPaint brushes"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="CC0"
9 WEB_SITE="https://github.com/Jehan/mypaint-brushes"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://github.com/Jehan/mypaint-brushes/archive/v$VERSION.tar.gz"
14 BUILD_DEPENDS="automake glib-dev intltool"
15 SPLIT="mypaint-brushes-dev"
17 compile_rules() {
18 ./autogen.sh &&
19 ./configure $CONFIGURE_ARGS &&
20 make &&
21 make install
22 }
24 genpkg_rules() {
25 case $PACKAGE in
26 mypaint-brushes) copy @std;;
27 *-dev) copy @dev;;
28 esac
29 }