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

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
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 }