wok-next view hitori/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 f48456621a9d
line source
1 # SliTaz package receipt v2.
3 PACKAGE="hitori"
4 VERSION="3.22.4"
5 CATEGORY="games"
6 SHORT_DESC="GTK+ application to generate and let you play games of Hitori"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL3"
9 WEB_SITE="https://wiki.gnome.org/Apps/Hitori"
11 TARBALL="$PACKAGE-$VERSION.tar.xz"
12 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
14 BUILD_DEPENDS="glib-dev gettext itstool libxml2-tools gtk+3-dev cairo-dev \
15 desktop-file-utils-extra"
17 compile_rules() {
18 ./configure $CONFIGURE_ARGS &&
19 fix libtool &&
20 make &&
21 make install || return 1
23 fix symlinks
24 }
26 genpkg_rules() {
27 copy @std
28 DEPENDS="cairo glib gtk+3 pango"
29 }